Log message: From: To:
Path:
Author:
Issue:
File name:
File type:
Activity by path
Activity by time
2008-04
Activity by year and month
Activity by author
authors by first/last commit
Core group
Developer turnover
Changes    Collaboration    Timeline    Rss   
1 - 20 of 7597  Next ›
7597 11.03.2010 16:14:14, by mike_ashmore
Bit of a bugfix - if p4root didn't exist as a directory (i.e. if this is the first time we're enabling p4d via this prefpane) we now create the p4root directory automatically, rather than failing abysmally.
7596 11.03.2010 16:02:36, by mike_ashmore
Added README, removed unnecessary references to p4 binary
7595 11.03.2010 15:49:57, by mike_ashmore
Now displays the values we're setting for P4ROOT, P4LOG, and P4PORT. These values are not, as yet, configurable.

If I worked for Perforce, I would have a substantial incentive to improve this state of affairs.
7594 11.03.2010 15:07:38, by mike_ashmore
Now correctly reflect status of server: running vs. not running.

Note: OS X's authorization services make it really really hard to handle the installation of launchd services in a genuinely secure manner. You have to create a helper app to run with elevated privileges, then send commands to it via IPC and ... well, it's all just a bit much for me to figure out for a tool that was intended to be a quick one-off. Perhaps if I were employed by Perforce I could be troubled to do it the "right" way.

Supposedly the ServiceManagement framework makes this all less painful, but it's an API that's brand-new in OS X 10.6 and not terribly well documented yet. And in any case, 10.6 still has not seen widespread enough adoption to justify using a 10.6-only framework.
7593 10.03.2010 18:22:05, by mike_ashmore
Removing Perforce binaries pending approval for redistribution.
(and removing the silly test file I put in here yesterday).
7592 10.03.2010 07:21:31, by sven_erik_knop
Yet another missing file from the JournalREader
7591 10.03.2010 07:08:09, by sven_erik_knop
and another recovered file
7590 10.03.2010 07:06:52, by sven_erik_knop
Another missing file
7589 10.03.2010 07:02:02, by sven_erik_knop
Rescue attempt to recover missing files from the JournalReader
7588 09.03.2010 12:07:11, by mike_ashmore
This preference pane will make installation of p4d on OS X much simpler. Perhaps after some refinement it'll be worthy of packaging and letting Perforce Inc. distribute directly.
7587 09.03.2010 06:17:12, by sven_erik_knop
Fixed a problem with missed lazy copies if the target file
and librarian file only differed by the revision.

For example:

p4 add -t binary foo
p4 submit -d foo
p4 integ foo bar
p4 delete foo
p4 submit -d foo-bar
p4 integ -f bar foo
p4 submit -d foo2

Now foo#3 is a lazy copy of foo#1.

This change checks the librarian revision as well as the file
to detect such problems.
7586 08.03.2010 14:35:42, by mike_ashmore
Making sure I can submit files ... since the project I'm putting here is on my PC at home, this test file will have to do for today.
7585 25.02.2010 09:58:12, by mark_allender
Added support for the following:

- 'Args' value specified in a p4d server block is now also applied to checkpoint and journal file calls. I specifically added this for flags like -C1, which while technically unsupported, is also required on all calls to p4d. I wasn't sure that there were any flags which would be used when starting a server and not when checkpointing (since all other required values are specified as environement variables)

- support for checkpoint/journal prefix. Using the 'CkpPrefix =' in the p4d server block, you can specify a prefix used in checkpoints and journal rotations. Currently the same prefix is used for both.

- support for specifying whether or not checkpoints and journal rotations should be compressed. Use the 'CkpCompres = true' in the p4d server block. ACtually, just the presence of this variable will enable compressed checkpoints. That probably ought to be changed.

- Support for a 'dump' command from p4dctl. I wanted to be able to dump environment settings (specifically p4root, checkpoint prefixes and whether or not compression was used) in scripts that I was writing. I hijacked the Dump() command that was used in debug output.
7584 24.02.2010 11:20:14, by mark_allender
Initial checkin of p4dctl code in order to cleanly make other modifications (better support for compressed checkpoints, prefixes for checkpoints, etc)
7583 23.02.2010 12:24:59, by jkovisto
Added year to "month" group for better sorting
across years. Other reformatting to improve
appearance.
7582 23.02.2010 09:29:39, by sven_erik_knop
Little CGI Ruby tool to display 'p4 help' from a Perforce server.
Requires Ruby 1.8.X and P4Ruby 2008.2 or later to run.
7581 23.02.2010 06:02:09, by tony_smith
Clean up use of yytext, which was incorrect and causes problems
with some breeds of yacc. yytext is for the lexer, yylval for
the parser, and the twain shall only meet in the lexer code.

Thus configlex.l ensures that yytext is strdup'd into yylval.sval
before we hand it over to the parser.

Fix for bug reported by Mark Allender
7580 21.02.2010 13:35:47, by sivananda_poreddy
Adding support for tickets, new jar file, small fix for DirEntry file
7579 21.02.2010 13:33:20, by sivananda_poreddy
new jar file
7578 21.02.2010 13:31:35, by sivananda_poreddy
Adding support for ticket based authentication, and small fix for DirEntry file
1 2 3 4 5 6 7 8 9 10 Next