Re: Problem with renaming a branch
From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-09-06 05:54:30 CEST
On Sep 5, 2007, at 07:36, von Bargen, Joergen wrote:
> In a very large project I've tried to rename a lot of stuff via
[snip]
I've not tried your script. But:
> svn co --non-recursive $(REPOS_PATH) $(TMP_PATH)
That's not how to do what you want to do. Instead, you should:
svn co --non-recursive $(REPOS_PATH) $(TMP_PATH)
Maybe that will help you.
---------------------------------------------------------------------
|
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.