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

Re: Feature Requests

From: Sven Brueggemann <SBrueggemann_at_gmx.net>
Date: 2006-08-20 16:45:07 CEST

Hello,

> - I'm having problems with folders containing output files.
> Typically my projects have a project/bin folder which contains
> outut files I don't want in the repository. I submit the parent
> folder, but un-check the box for this sub-folder. Nevertheless
> .svn folders are added to the /bin sub-directory. The whole
> project then has a 'not-up-to-date' exclamation mark, which
> commit fails to get rid of. Deleting the .svn folders
> from the project/bin sub-folder solves the problem.
> Not sure if that's a bug or a mis-understanding on my part.

Are the files inside your bin folder under version control?
If so, you should unversion (TortoiseSVN->Delete) them.
Then set the svn:ignore property to "*" on your bin folder.
From now on, TSVN will ignore the contents of your bin folder.

> - On a related note, a menu item to remove svn from a folder (ie.
> delete all the .svn sub-folders) would be nice. It's easy enough to
> do but I think a menu option would still be nice.

I don't think that's a good idea, since you never should remove
the .svn folders of subdirectories in a working copy. If you want
a clean copy of your files without .svn folders, use the Export
command.

Kind regards

Sven

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sun Aug 20 16:53:50 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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