Hi, I am using svn2git to convert a repository. I only want to match two files in the root directory of a folder, and nothing else. I have:
create repository /Labs/ChattyApps end repository match /Labs/ChattyApps/.*.project|.xml?$ repository /Labs/ChattyApps branch master end match It complains about the path not being a root directory or something. By the way - svn2git is a great tool! It's blindingly fast, also nice to be able to look at core dumps and pstacks to see what is happening. John