Re: Local Repo

2014-09-25 Thread David Lowe
On 2014 Sep 25, at 8:47 AM, jbl...@icloud.com wrote: > Your command was trying to import 'cashier.cpp' into the repository as the > name 'repos'. Thank you for your thorough explanation. sent from Mountain Lion

Re: Local Repo

2014-09-25 Thread jblist
Hi David, I just noticed that you have four slashes on the beginning of your URL. Only three are needed for file-local URLs. FYI, file-local URLs look like this: file://localhost/path/to/file Since "localhost" is assumed if missing, you can shorten it to this: file:///path/to/f

Re: Local Repo

2014-09-25 Thread jblist
First, I wouldn't run svn as root like you are with 'sudo'. Instead, change the ownership of your repo so that you have write access. Your command was trying to import 'cashier.cpp' into the repository as the name 'repos'. You need to do this instead: svn import -m "initial import" cashier.