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

Re: SVN Ignore Problem or bug?

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-12-04 16:04:30 CET

On 12/2/06, Mike Langlois <mjlanglois@gmail.com> wrote:

> C:\project\0dev>svn propget svn:ignore framework
> *.tp2
>
> C:\project\0dev>notepad ./framework/test.tp2
>
> C:\project\0dev>svn add ./framework/*
> svn: warning: 'framework\basepage.php' is already under version control
> A framework\test.tp2
> svn: warning: 'framework\test2.pp5' is already under version control
> svn: warning: 'framework\test4.pp5' is already under version control

svn:ignore does not apply when you explicitly tell the client to add
the file. The shell expanded "svn add ./framework/*" to "svn add
./framework/test.tp2 ./framework/test2.pp5" and so on. So Subversion
added the file because you told it to.

Normal, expected svn client behavior.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 4 16:06:08 2006

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.