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

Re: global-ignores problem

From: jalal <the_jalal_at_fastmail.fm>
Date: 2004-09-17 23:03:18 CEST

On Thu 16 September 2004 16:08, Dieter van Uytvanck wrote:
> 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

You should read the relevant sections in the book first.
But briefly, global-ignore (and svn:ignore) only effects the 'svn status'
command.

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

-- 
GPG fingerprint = 3D45 5509 D380 26A4 523E  A9D8 A66A 5F38 CA43 BB0E
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 17 23:03:58 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.