[ET Trac] [Einstein Toolkit] #202: Add support for tags in git/darcs

Einstein Toolkit trac-noreply at einsteintoolkit.org
Sat Jan 15 08:42:28 CST 2011


#202: Add support for tags in git/darcs
---------------------------+------------------------------------------------
 Reporter:  eric9          |       Owner:  eric9
     Type:  enhancement    |      Status:  new  
 Priority:  major          |   Milestone:       
Component:  GetComponents  |     Version:       
 Keywords:                 |  
---------------------------+------------------------------------------------
 Currently the !REPO_BRANCH directive can only be used to specify a branch
 to checkout in a git or hg repository. Tags can already be checked out in
 hg since the command is the same as for checking out branches. In git
 however, the 'git checkout --track -b branch' command will fail if the
 specified branch is actually a tag. GetComponents should compare the
 branch name with the output of `git tag -l`, and if a match is found it
 should checkout the tag. Darcs currently does not support !REPO_BRANCH at
 all; this should be implemented.

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/202>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list