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

Reply via email to