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

RE: Re: Obtaining new .svn directories

From: Reedick, Andrew <jr9445_at_ATT.COM>
Date: Thu, 3 Jan 2008 13:52:25 -0600

> >> I've tried doing a svn checkout in the non-versioned directory
> >> hoping svn
> >> would be able to re-create the missing .svn directories but instead
> >> it just
> >> gives me an error stating "svn: Failed to add directory 'XXX':
> >> object of the
> >> same name already exists". If only I could tell it to ignore those
> >> directories/files... am I doing something wrong here?
> >
> >

In theory, not that I've tried it recently, and with no guarantee of
success, reliability, or data integrity, you could:
        rename the dir to dir.oops
        svn co -N svn://server/repos/blah/blah/dir
        move dir.oops/* dir/.
        run 'svn status' to see if it really worked. Maybe followed by
an 'svn update'

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-04 01:01:15 CET

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.