
13 Apr
2013
13 Apr
'13
8:17 p.m.
On 2013-04-14 00:41, Matt Davis wrote:
On Sat, Apr 13, 2013 at 10:57 PM, Allan Duncan <amd2345@fastmail.com.au> wrote:
I would like to get a file tree representing a specific (or latest) tag/branch/label from a repository. Trawling the help files shows me how to manipulate the repository itself, but not to extract the subset that represents just the code.
Have you tried `git archive' That sounds like what you are looking for.
And I believe the nearest equivalent in 'svn' is 'svn export'. -- Regards, Matthew Cengia