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

Re: Re: Re: Re: merging advice request

From: Simon Large <simon.tortoisesvn_at_gmail.com>
Date: Tue, 17 Feb 2015 12:49:25 +0000

On 15 February 2015 at 01:00, Mr. User One <mr.user1_at_hotmail.com> wrote:
> Reading the documentation of the vendor branches supplied me with quite some trust that I will be able to manage my use case next time. I believed in finding a way that the history or the origin of the remote repository shows up in some way in my newly created, local repository.
>
> Ok, so these were my trials.
>
> svn copy svn:///C:/their/remote/repo/folder/ svn:///C:/my/local/repo/folder/
> svn: E200007: Source and destination URLs appear not to point to the same repository.
>
> svn copy C:\my\remote\working\copy svn:///C:/my/local/repo/folder/
> svn: E210005: Unable to connect to a repository at URL 'svn:///C:/my/local/repo/'
> svn: E210005: No repository found in 'svn:///C:/my/local/repo/'
>
> svn copy C:\my\remote\working\copy svn:///C:/my/local/repo/folder/conf
> svn: E170009: Repository UUID 'fd535e2c-1125-...' doesn't match expected UUID 'b456876b-0849-...'
>
> svn import --no-auto-props --no-ignore -m "..." C:\my\remote\working\copy svn:///C:/my/local/repo/folder/
>
> While the last command did not return error messages, there is no trace of any history preservation or remote referencing either. So I am at the same point as I was before.
>
> Can Simon or someone else point it out what I did wrong?

The commands you used do not look like the ones in the subversion
documentation. I suggest you read it again.
http://svnbook.red-bean.com/nightly/en/svn.advanced.vendorbr.html

Simon

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3099238

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-02-17 13:49:54 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.