[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

AW: Problem with renaming a branch

From: von Bargen, Joergen <Joergen.vonBargen_at_SARTORIUS.com>
Date: 2007-09-06 08:26:25 CEST

Yeah, thanks a lot
It worked ;-)

-----Ursprüngliche Nachricht-----
Von: Ryan Schmidt [mailto:subversion-2007b@ryandesign.com]
Gesendet: Donnerstag, 6. September 2007 05:55
An: von Bargen, Joergen
Cc: users@subversion.tigris.org
Betreff: Re: Problem with renaming a branch

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
> scripting and at a specific point I always get an error.
>
> I could reduce the problem to a single commmand and get it
> reproduceable.
>
> Use the attached makefile _in_an_empty_folder_ and you'll get the
> error.

[snip]

I've not tried your script. But:

> svn co --non-recursive $(REPOS_PATH) $(TMP_PATH)
> svn co --non-recursive $(REPOS_PATH)/proj $(TMP_PATH)/
> proj
> svn co --non-recursive $(REPOS_PATH)/proj/branches $(TMP_PATH)/
> proj/branches
> svn co --ignore-externals $(REPOS_PATH)/proj/trunk $(TMP_PATH)/
> proj/trunk

That's not how to do what you want to do. Instead, you should:

        svn co --non-recursive $(REPOS_PATH) $(TMP_PATH)
        svn up --non-recursive $(TMP_PATH)/proj
        svn up --non-recursive $(TMP_PATH)/proj/branches
        svn up --ignore-externals $(TMP_PATH)/proj/trunk

Maybe that will help you.

-----------------------------------------------------------------------------

This message has been checked for all known viruses and filtered for SPAM contents by the new central scan services at Sartorius!

Disclaimer :

The information contained in this e-mail is intended only for the individual
addressed. If you have received this e-mail by mistake, please notify us
immediately by return reply. Be sure to delete this message and all its
attachments from your system. Please note that any unauthorized review,
copying, disclosure or any other use of this information is strictly
prohibited. E-mail transmission cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost, destroyed,
received late or incomplete, or could contain viruses. The sender therefore
does not accept any liability for any error or omission in the content of
this message, either of which are caused as a result of e-mail transmission.
If verification is required, please request a hard-copy version.
Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 6 08:26:21 2007

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.