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

How to get rid of .svn directories from working copy?

From: nbs <nbs_r_at_gazeta.pl>
Date: 2007-02-16 14:55:31 CET

I have a tool storing its data (electronics design) in a numerous binary
files distributed over many subdirectories. It generally works well with
SVN, except for the following issue.

The tool has a GUI for design management, which permits copying, moving,
renaming and deleting parts of the design. The problem is, all these
functions operate recursively on whole subdirectories. If the user
attempts to make a copy of a design part, a '.svn' directory belonging
to it will be copied as well. This requires the user to manually delete
'.svn' directory from the newly copied part before adding and commiting
it to the repository.

How to move all .svn directories out of the working copy directory? Is
there any configuration option for this? Alternatively, how to prevent
SVN client failure when it comes across bogus .svn data.

Thank you,
\R.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 16 14:26:02 2007

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.