Hi, --- "Michael J. Freeman" <[EMAIL PROTECTED]> wrote:
> I'm not sure what I've done, but it is working now. I didn't really change > anything, I just kept playing with the revision numbers I was trying to pull > out. BTW if you create a tag of something off of the main trunk, for I have > > project/trunk > project/trunk/script.pl > > and then I created a branch > project/branch/RELENG_3_0 > project/branch/RELENG_3_0/script.pl > > What would I put in for the module name and the tag to pull it out? >From the manual. " % svn diff --non-interactive -r START_TAG:END_TAG --old repository_url MODULE In Subversion the tags can be a repository revision number or HEAD, The HEAD shortcut indicates the latest revision number in the repository. If you would like to review a specific single check in, for example, check in 544, then you would use 543 for START_TAG and 544 for END_TAG. If you would like to review a branch before merging then enter the start tag as the version number of the branch creation. The end tag should be HEAD, and the module path should be the path into the branch directory relative to the repository location. All topics created by Codestriker have a builtin workaround for the Subversion diff problem. " OK, so if you would like to review the branch it would start tag - the rev the branch was made. end tag - HEAD. module - project/branch/RELENG_3_0/ It is a bit confusing if you don't know how the svn diff command is being formed. Thanks Jason __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ Codestriker-user mailing list Codestriker-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/codestriker-user