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

RE: accidentily created directory remains

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Tue, 6 Jan 2009 10:25:56 -0500

I know this is the svn list... but personally I find doing stuff like
this much easier using the TortoiseSVN repository browser. Of course, if
you don't use Windows you can't use that.

You might want to just delete your working directory and re-checkout the
repository.

> svn copy /trunk/Product /branch/x.y/Product

If your products are each separate you may want to create trunk/branch
folders for each product. So, rather than:

Trunk/Product1
Trunk/Product2
Branches/Product1
Branches/Product2

Use

Product1/trunk
Product1/branches
Product2/trunk
Product2/branches

It keeps things much more organized.

> svn mkdir x.y
> svn: 'x.y' is already under version control

If you do an update and don't see x.y but it is reported as already
versioned and you are sure it's not then as I said about, I would blow
away the WC and re-checkout.

BOb

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1007721

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-06 16:26:53 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.