-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't open file 'format': no such file or directory #133
Comments
This utility can create a git repo from a SVN repository, not a working copy. You need the repository which was created by I got this error too when I tried to use a working copy (checked out by |
Thank you for your answer. This mean that I need to connect to remote SVN server where I have the repository and on that server start the tool? |
For KDE what we did was, |
Check if you can run Someone must dump the repository for you on the server with Then you can load that dump on your computer and use this tool:
Or it is possible to just download the repository directory (like mentioned above by rsync) and use that, but not sure if that works always if versions differ too much. Dump and load should work all the times I think. |
Thank you for your suggestions! I tried to to run |
I don't know that. There are some open issues about incremental update. The tool can record some metadata into the commit messages, but I don't know if it can use it to continue a migration like |
I have locally an svn repository with the following structure:
wiki
In the folder
svn2gitUtility
I have the configuration files and the executable ofsvn-all-fast-export
.This is the command that I'm running:
./svn2gitUtility/svn2git/svn-all-fast-export --identity-map=./svn2gitUtility/conf/wiki.authors --rules=./svn2gitUtility/conf/wiki.rules --stats --add-metadata wiki
Sample of
wiki.authors
:m.white = Mr White <[email protected]>
Content of
wiki.rules
:Output
When I run the previous command, I get the following error:
I tried also to change permissions to the svn folder like stated in this StackOverflow question, but it didn't work.
Is there a problem in the configuration?
The text was updated successfully, but these errors were encountered: