-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
I have locally an svn repository with the following structure:
wiki
- branches
- feature
- test
- test-easy
- trunk
In the folder svn2gitUtility I have the configuration files and the executable of svn-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:
create repository gitWiki
end repository
match /trunk/
repository gitWiki
branch master
end match
match /branches/([^/]+)/
repository gitWiki
branch \1
end match
Output
When I run the previous command, I get the following error:
Invoked as:' ./svn2gitUtility/svn2git/svn-all-fast-export --identity-map=./svn2gitUtility/conf/wiki.authors --rules=./svn2gitUtility/conf/wiki.rules wiki'
Loading rules from: "./svn2gitUtility/conf/wiki.rules"
Loading rules from "./svn2gitUtility/conf/wiki.rules"
svn: E000002: Can't open file 'wiki/format': No such file or directory
Failed to open repository
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?
Metadata
Metadata
Assignees
Labels
No labels