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

Re: [TSVN] BUG: ignore on directories?

From: Rainer Müller <mueller_rainer_at_gmx.de>
Date: 2005-06-02 19:18:07 CEST

Simon Large wrote:
> BUT. If foo is already added to subversion, that won't help. Ignoring
> only works for files and folders not already under version control. If
> that is the case, if foo contains junk just SVN delete it. If it
> contains useful stuff, but you just don't want it versioned, SVN export
> it to a temp folder, then SVN delete it (and commit), then move the
> exported folder back and svn:ignore it.

Warning: It is important to use export instead of copy!

Yesterday I moved a directory inside one working copy and forgot about
the .svn directories. TortoiseSVN showed the normal green icon, because
it has found a ".svn" directory inside it. (I think this was the reason?).
I never would have noticed it if I have not seen that Subclipse shows it
on Synchronizing. After investigating with `svn st` I remembered the
copy from one to another directory.

Some people also don't work with Windows Explorer's "Show hidden files
and folders" option enabled and won't notice it.

Couldn't that be changed with the new Cache? Does it not do always
"full" status request for folders with the Subversion libraries?
I know that Subversion does not provide an option to check only the
status of a folder without children, but aren't children always needed
for the cache?

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Jun 2 19:28:05 2005

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.