Greetings
I'm trying to set up a local repository for my schoolwork. The book
doesn't seem to have many examples with this type of setup, so i seem to be
stumbling a bit. First off, this part seemed to go okeh:
$ sudo svnadmin create /usr/local/svn/repos
But then this bit doesn't:
$ sudo svn import -m "initial import" cashier.cpp file:////usr/local/svn/repos
Password:
svn: E150002: Path 'file:///usr/local/svn/repos' already exists
How should i be going about this?
sent from Mountain Lion
