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

Global ignore, with spaces in path?

From: Brooks Talley <brooks_at_illuminati.org>
Date: 2007-06-18 23:04:59 CEST

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
Received on Mon Jun 18 23:05:41 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.