Changes

Jump to: navigation, search

User:Minooz/RepoSyncProj

12 bytes added, 11:00, 4 November 2010
Challenges
: NexJ Internal repo has several branches, and when cloning and pulling, we just needed to mention it as a default branch, to not to confuse revision numbers and latest changesets.
: Since the integer decimal part of the revision numbers number will keep changing from computer to computer, it was preferred to use the global hex part chagesetID (GUID).
: So, the first big change was adding this command to get the list of latest changesets up to the tip:
::<code>hg log ${IntDir} -r ${PrevRev}: -b default --template '{node}\n'</code>
: This number will also be added to the commit summary while importing the patch from Internal repo
1
edit

Navigation menu