aravinda sh wrote:
I get the following error when I execute svnadmin command.
svnadmin: Can't open file '/home/svnrepos/vss/format': Not a directory

You *did* create the repository first, right?

I.e.

svnadmin create myrepo
svnadmin load myrepo < vss2svn-dumpfile.dat

As second try I did svnadmin load /home/svnrepos/
Then it got into infinite loop until I hit carriage return (Enter key)

Yes, because svnadmin loads data from stdin. The < redirection means send that file to stdin, but your command above (without any redirection) means read data from the default stdin (console) where it will keep reading data till it gets CTRL-D from you.

-Nathan

_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user

Reply via email to