Hi Stefan,

On 16/09/2013 12:41, "Stefan Sperling" <s...@elego.de> wrote:

>On Mon, Sep 16, 2013 at 11:31:09AM +0000, Goor, Stefan wrote:
>> Hi Stefan,
>> 
>> Thanks for your email.
>> 
>> The out put of those commands is below:
>[...] 
>
>Assuming the output was sanitised correctly, it looks ok.

Yes I sanitised the project names but I diffed the output and the local
and remote command responses were identical.


> 
>> I tried to run the checkout on the server using the file:// protocol but
>> it won't allow me to use it as I got the following error:
>> 
>> C:\Users\Administrator> C:\csvn\bin\svn co
>> "file://C:/csvn/data/repositories/REPO"
>> svn: E180001: Unable to connect to a repository at URL
>> 'file://C:/csvn/data/repositories/REPO
>
>You need 3 leading slashes. Two for the protocol prefix, plus one for
>the root directory to create an absolute path in the URL. So try this:
> file:///C:/csvn/data/repositories/REPO


Sorry for that, I should have spotted the missing slash!  The local merge
gave the same result:

C:\Users\Administrator\my_project_branch>C:\csvn\bin\svn merge
"file:///C:/csvn/data/r
epositories/REPO/trunk/my_project" .
svn: E195016: Reintegrate can only be used if revisions 4401 through 4587
were p
reviously merged from
file:///C:/csvn/data/repositories/REPO/branches/my_project/f
eatures/my_project_branch to the reintegrate source, but this is not the
case:
  trunk/my_project
    Missing ranges: /trunk/my_projec:4485
    Missing ranges:
/trunk/my_project:4407-4408,4431,4442-4444,4485,4524,4532-453
3

Please let me know if I can post any further information to help identify
the issue.

Many Thanks,
Stefan


Reply via email to