You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Brooks Talley <br...@illuminati.org> on 2007/06/18 21:04:59 UTC

Global ignore, with spaces in path?

Hi, everyone.  I used SVN + Tortoise for years for software dev work, and am now getting it going to version control some music projects.

One problem I'm having is that I need to ignore files that have spaces in them.  For instance,

Don't want to ignore:
\songs\structure\structure, Crowd, Rec (33).wav

Want to ignore:
\songs\structure\structure, Crowd, Mix (37).wav

...I'm scared to just ignore *Mix*.wav, because it's possible other songs/tracks will have that pattern.  Ignoring *, Mix (*.wav would work, but of course the whole space-delimited list thing breaks that.

Ideas?

-b




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Global ignore, with spaces in path?

Posted by Andy Levy <an...@gmail.com>.
On 6/19/07, Phillip Susi <ps...@cfl.rr.com> wrote:
> Brooks Talley wrote:
> > Want to ignore:
> > \songs\structure\structure, Crowd, Mix (37).wav
>
> So set "Crowd, Mix (37).wav" in the ignore property for
> \songs\structure\structure.

But then he'll have to do it for every new file he puts into any
directory that he wants to ignore.

If he always wants to ignore his "Mix" files, global-ignores a good
way to go. That, or a pre-commit hook which rejects any commit
including files matching that pattern.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Global ignore, with spaces in path?

Posted by Phillip Susi <ps...@cfl.rr.com>.
Brooks Talley wrote:
> Want to ignore:
> \songs\structure\structure, Crowd, Mix (37).wav

So set "Crowd, Mix (37).wav" in the ignore property for 
\songs\structure\structure.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: Global ignore, with spaces in path?

Posted by Méresse Christophe <ch...@nagra.com>.
 

> -----Original Message-----
> From: Brooks Talley [mailto:brooks@illuminati.org] 
> Sent: lundi, 18. juin 2007 23:05
> To: users@subversion.tigris.org
> Subject: Global ignore, with spaces in path?

[snip]

> Want to ignore:
> \songs\structure\structure, Crowd, Mix (37).wav
> 
> ...I'm scared to just ignore *Mix*.wav, because it's possible 
> other songs/tracks will have that pattern.  Ignoring *, Mix 
> (*.wav would work, but of course the whole space-delimited 
> list thing breaks that.
> 
> Ideas?


*,?Mix?(*.wav

Regards
Christophe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org