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

Re: non-recursive-add isn't that useful? why is there no ".svn" folder in there? why can't I add more files?

From: Geoffrey Plitt <geoff_at_gweb.org>
Date: Thu, 16 Oct 2008 10:40:47 -0700

but that doesn't work, because the new folder has no ".svn" in it, and is
not a working copy:

*$ svn add newfolder/
svn: '.' is not a working copy
svn: Can't open file '.svn/entries': No such file or directory
*
-g

On Thu, Oct 16, 2008 at 9:52 AM, David Weintraub <qazwart_at_gmail.com> wrote:

> You'll have to CD to that folder you just added, and do a:
>
> $ svn add *
>
> Instead of using the -N option, try the --depth=immediates option.
> It's new to Subversion 1.5 and I find it works much better than -N.
>
> --
> David Weintraub
> qazwart_at_gmail.com
>
>
>
> On Wed, Oct 15, 2008 at 9:50 PM, Geoffrey Plitt <geoff_at_gweb.org> wrote:
> > when i do "svn add -N" on a folder, i expected it to make a ".svn" folder
> > underneath, and then any files under there would have a "?" status.
> >
> > instead, the folder is added, but there is NO WAY to add the files
> > underneath, becase it's not a working copy. so what's the point of this
> > mode?
> >
> > -g
> >
> > --
> > https://twitter.com/GeoffreyPlitt
> >
>

-- 
https://twitter.com/GeoffreyPlitt
Received on 2008-10-16 19:41:17 CEST

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.