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

global-ignores problem

From: Dieter van Uytvanck <dieter.vanuytvanck_at_mpi.nl>
Date: 2004-09-16 16:08:18 CEST

Dear all,

I'm trying to setup a SVN (v. 1.0.7) repository for a directory structure
containing txt and media files (e.g. .wav). There's no need to include the media
files, so I thought adding a line to ~/.subversion/config would do the job:

[miscellany]
global-ignores = *.wav

But when I afterwards run "svn add", wav-files are added too:

corpman@lux01:~/tmp/svn/test > svn add *
A test.wav

The same happens when I perform:

svn propset svn:ignore '*.wav'

Am I doing something wrong here?

Thanks in advance for your help,
Dieter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 16 16:08:49 2004

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.