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

Re: \'Object of the same name already exists\'; so autoskip the object?

From: Jago Pearce <jago25_at_gmail.com>
Date: Mon, 27 Oct 2008 00:31:13 +0000

Thank you for the help.
It seems I can't do what I want to do. But you have at least saved me
a lot of time trying to do it. I guess since I can't code I'll just
have to wait.
Unless, what it means here is actually referring to changes in each
file rather than different files:

"With the code that is currently in trunk, in this scenario, the svn
checkout command will still need to pull down the same number of bytes
from the server as a "normal" checkout. It is possible that it could
be enhanced in the future to more selectively pull down just the
differences, something like an rsync. A change of that nature has been
deferred for some future release or whenever someone comes along with
enough motivation to tackle it."

j_at_IDPP-0644:~/compile/trunk$ svn --version --quiet
1.4.6
j_at_IDPP-0644:~/compile$ svn checkout --force
svn://svn.icculus.org/alienarena/trunk
Subcommand 'checkout' doesn't accept option '--force'

As I say though, thanks for helping out here :-)

I'd like to add this info to the FAQ.

On Sun, Oct 26, 2008 at 9:10 PM, Ryan Schmidt
<subversion-2008c_at_ryandesign.com> wrote:
>
> On Oct 26, 2008, at 12:17, Jago Pearce wrote:
>
>> How do I skip files that I already have locally?
>
> svn checkout --force <url>
>
> See:
>
> http://markphip.blogspot.com/2007/01/subversion-15-tolerate-obstructions.html
>
> It sounds like this will still checkout all data from the repository,
> however, since it's needed in the text-base directory for the pristine copy.
> So you won't be saving time by using this option.
>
>> ->
>>
>> j_at_IDPP-0644:~/compile$ svn checkout svn://svn.icculus.org/alienarena/trunk
>> svn: Failed to add file \'trunk/data1/default.cfg\': object of the
>> same name already exists
>> j_at_IDPP-0644:~/compile$ cd trunk/
>> j_at_IDPP-0644:~/compile/trunk$ svn up
>> svn: Failed to add file \'data1/default.cfg\': object of the same name
>> already exists
>>
>> All I need to do is skip files that are already there. I would have
>> expected this to be the default action.
>> I certainly don\'t want to delete it all and start again. This is why
>> I\'m using SVN; to download only what I need over 3G.
>>
>> I\'ve looked on the FAQ list, and surprised it\'s not there:
>> http://subversion.tigris.org/faq.html
>
>
>

-- 
Sites supported: http://moneybutnofixedabode.blogspot.com/
http://justfortheloveofit.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-27 01:31:37 CET

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.