Changes

Jump to: navigation, search

User:Minooz/RepoSyncProj

44 bytes added, 12:45, 17 November 2010
no edit summary
=<big><big>'''Repositories' Syncing='''</big></big>
==Version Control Tool==
* Basic Tutorial @ http://hginit.com/
: 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