How do you go about transferring a windows repo to linux?
Tried uploading the repo manually and got
[code]svnadmin: Expected FS format '2'; found format '4'[/code]
Which I am assuming '4' means windows and '2' means linux..
Maybe the svn admin dump utility?
I am using tortoise, no idea how to dump or access avn admin (if you even can) with it.
It has nothing to do with the operating system (why would it?). The error means an incompatible mismatch in SVN versions.
(From the first Google result for "SVN FS format")
[QUOTE=jA_cOp;23026115]It has nothing to do with the operating system (why would it?). The error means an incompatible mismatch in SVN versions.
(From the first Google result for "SVN FS format")[/QUOTE]
So what should I do to fix this?
[QUOTE=high;23026764]So what should I do to fix this?[/QUOTE]
Google it. The fix is right there in the first result.
Sorry, you need to Log In to post a reply to this thread.