[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion's repositories

From: Tim Hill <drtimhill_at_comcast.net>
Date: 2006-12-06 05:03:39 CET

You can only use the svn mkdir command as you use it below to create
a new directory _within_ a working copy (that is, the parent
directory must already be part of the working copy). Instead, use
either (a) svn mkdir with an URL as the target (e.g. "svn mkdir
http://server/repo/mydir") or (b) create whatever directories you
need using the normal OS mkdir command and then import them all using
svn import.

--Tim

On Dec 5, 2006, at 6:11 PM, T. Nguyen wrote:

>
>
> By the way, when I run "svn mkdir newdir", I got the following error:
>
> $ svn mkdir testing
> subversion/libsvn_wc/lock.c:591: (apr_err=155007)
> svn: '.' is not a working copy
> subversion/libsvn_subr/io.c:2473: (apr_err=2)
> svn: Can't open file '.svn/entries': No such file or directory
> $
>
> Do you know why I got this error? Please note that I am currently
> using subversion-1.4.2. I got the same error in v1.4.0 and 1.3.x.
>
> Thank you all of you very much. Your answers are really helpful to
> me. I am looking forward to hear from you again.
>
> Best Regards,
> T.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 6 05:04:11 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.