Re: copying versioned files between dirs within a repository
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-08-27 17:12:51 CEST
On Thu, 2004-08-26 at 23:18, bruce wrote:
> but for the sake of argument, what's the best method for getting different
Normally you create a tag by running 'svn cp [-r X] URL1 URL2'.
If you want to build a tree of very specific versions of files, then you
Discussed here, in the 'tags' section of chapter 4:
http://svnbook.red-bean.com/svnbook/book.html#svn-ch-4-sect-6.2
>
'svn cp -r X URL1 URL2', or 'svn cp -r X URL working-copy; svn commit'
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.