Re: problem turning existing directory to a svn repo

2013-02-04 Thread Stefan Sperling
On Mon, Feb 04, 2013 at 04:08:31PM +0100, Chantal Wobben wrote: > Thanks that worked. > Next problem. > > The next step would be svn co /path/tp/repostory/projectname > So for me it would be svn co /root/cinnamon-for-crux > > But then I see a error wrong arguments > > svn is driving me grazy I t

Re: problem turning existing directory to a svn repo

2013-02-04 Thread Thorsten Schöning
Guten Tag Chantal Wobben, am Montag, 4. Februar 2013 um 16:08 schrieben Sie: > The next step would be svn co /path/tp/repostory/projectname > So for me it would be svn co /root/cinnamon-for-crux > But then I see a error wrong arguments Because you need to provide an URl not a path, like you did

Re: problem turning existing directory to a svn repo

2013-02-04 Thread Chantal Wobben
Op 4-2-2013 15:52, Stefan Sperling schreef: On Mon, Feb 04, 2013 at 03:16:03PM +0100, Chantal Wobben wrote: Hello, I found this tutorial : http://masstransmit.com/garage_blog/create-svn-existing-project/ And I'm stuck with step 2. I did svnadmin create cinnamon-for-crux After that I did svn

Re: problem turning existing directory to a svn repo

2013-02-04 Thread Stefan Sperling
On Mon, Feb 04, 2013 at 03:16:03PM +0100, Chantal Wobben wrote: > Hello, > > I found this tutorial : > http://masstransmit.com/garage_blog/create-svn-existing-project/ > And I'm stuck with step 2. > > I did > > svnadmin create cinnamon-for-crux > After that I did > > svn import cinnamon file://

Re: problem turning existing directory to a svn repo

2013-02-04 Thread Chantal Wobben
Op 4-2-2013 15:32, Thorsten Schöning schreef: Guten Tag Chantal Wobben, am Montag, 4. Februar 2013 um 15:16 schrieben Sie: svn : Unable to connect to a repostory at url 'file:///cinnamon-for-crux svn: Unable to open an ra local session to URL svn: Unable to open repostory 'File:///cinnamon-for-

Re: problem turning existing directory to a svn repo

2013-02-04 Thread Thorsten Schöning
Guten Tag Chantal Wobben, am Montag, 4. Februar 2013 um 15:16 schrieben Sie: > svn : Unable to connect to a repostory at url 'file:///cinnamon-for-crux > svn: Unable to open an ra local session to URL > svn: Unable to open repostory 'File:///cinnamon-for-crux > What am I doing wrong here ? You n

problem turning existing directory to a svn repo

2013-02-04 Thread Chantal Wobben
Hello, I found this tutorial : http://masstransmit.com/garage_blog/create-svn-existing-project/ And I'm stuck with step 2. I did svnadmin create cinnamon-for-crux After that I did svn import cinnamon file:///cinnamon-for-crux -m "first import" But then I see these error messages: svn : Unab