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

Re: commit failed due to "backwards-sliding source views" - what do I do?

From: Chaya <chaya.s1010_at_gmail.com>
Date: Wed, 29 Apr 2020 22:04:55 -0700 (MST)

Hi all,

Thanks for all the suggestions and hints given.

The problem is finally solved.
Here is my analysis:
I copied the SVN repository to my local machine (which was on network drive
before).
The 'git svn clone' command does not work for file based repository. And
this is why I had to convert the repo to svn protocol as I mentioned before.
So now, I again converted the local repository link to svn protocol and
tried git svn clone again. But unfortunately, it again failed at the same
point.
So, instead of git-svn , I used subgit (https://subgit.com/documentation/).
Subgit allows to use file based repository and also conversion happens
aggressively. Using subgit , I was able to migrate successfully.
Still have no clue why I get this "svndiff has backwards-sliding source
views" error while performing git svn clone on svn protocol.

Regards,
Chaya

--
Sent from: http://subversion.1072662.n5.nabble.com/Subversion-Users-f84423.html
Received on 2020-04-30 07:23:36 CEST

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.