nicklist_at_planet.nl wrote:
> I've got multiple working copies, one for daily work, one for
> deployments, etc and each WC contains multiple files with the same name.
> So, no global ignores, unfortunately. I was specifically searching for
> something local to your working copy.
>
> Hmm, I've got a solution, but don't try this at home or at all!
>
> remove the .svn/text-base/<file-name>.svn-base
> create a softlink from the original file to the
> .svn/text-base/<file-name>.svn-base file.
> It won't show up in svn stat anymore.
>
> (I know, this is going to bite me sometimes in the future... but it
> works for now ;) )
Current thinking for a future svn release is to replace that .svn file structure
with sqlite file so this hack won't be possible in the future.
Blair
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-05 20:32:45 CET