Re: subversion: svn copy WC URL fails
Re: subversion: svn copy WC URL fails
- Subject: Re: subversion: svn copy WC URL fails
- From: Jeremy Pereira <email@hidden>
- Date: Wed, 17 Mar 2010 16:42:07 +0000
On 17 Mar 2010, at 15:58, Andreas Grosam wrote:
>
>
> Could it be that Xcode's import and svnX's import differ in specifying "localhost"? If, then why does svn be so picky about it -- the URLs are actually the same?
I think that's probably on the money.
You can verify the URL used to checkout a working copy with the svn info command e.g. used on the repo and wc's I created to replicate your problem:
monica:svntest jeremyp$ ls
foo svn-commit.tmp testdir testdirl
monica:svntest jeremyp$ cd testdir
monica:testdir jeremyp$ svn info
Path: .
URL: file:///Users/jeremyp/svntest/foo/testdir
Repository Root: file:///Users/jeremyp/svntest/foo
Repository UUID: 8212d9a3-1efe-4bd2-9766-b0c8e952b045
Revision: 1
Node Kind: directory
Schedule: normal
Last Changed Author: jeremyp
Last Changed Rev: 1
Last Changed Date: 2010-03-17 10:49:03 +0000 (Wed, 17 Mar 2010)
monica:testdir jeremyp$ cd ../testdirl
monica:testdirl jeremyp$ svn info
Path: .
URL: file://localhost/Users/jeremyp/svntest/foo/testdir
Repository Root: file://localhost/Users/jeremyp/svntest/foo
Repository UUID: 8212d9a3-1efe-4bd2-9766-b0c8e952b045
Revision: 3
Node Kind: directory
Schedule: normal
Last Changed Author: jeremyp
Last Changed Rev: 3
Last Changed Date: 2010-03-17 10:54:31 +0000 (Wed, 17 Mar 2010)
>
>
> Regards
>
> Andreas
>
>
>> Incidentally, if you really were trying to copy to a different repository, the error message would be completely different - a bit like this:
>>
>> svn: Repository UUID '3aee420b-b423-4134-8deb-33de5aeee178' doesn't match expected UUID '8212d9a3-1efe-4bd2-9766-b0c8e952b045'
>>
>>>
>>>
>>> Andreas
>>> _______________________________________________
>>> Do not post admin requests to the list. They will be ignored.
>>> Xcode-users mailing list (email@hidden)
>>> Help/Unsubscribe/Update your Subscription:
>>>
>>> This email sent to email@hidden
>>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Xcode-users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden