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

SVN Ignore Problem or bug?

From: Mike Langlois <mjlanglois_at_gmail.com>
Date: 2006-12-02 09:07:39 CET

Hi Guys,

I am having a problem with the svn:ignore property. Dispite the
ignore is set for the file, the file still gets added.

Any help offered would be greatly appreciated.

Below is a listing of the sequence of commands sent with there output:

C:\project>svn checkout http://bigdish/repo/projectname/0dev
  **Dump of repo**

Checked out revision 31.

C:\project>cd 0dev/

C:\project\0dev>svn propset svn:ignore "*.tp2" framework
property 'svn:ignore' set on 'framework'

C:\project\0dev>svn commit -m"shizzle shazzle"
Sending framework

Committed revision 32.

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

C:\project\0dev>svn help
  **help garbage**
Subversion command-line client, version 1.4.2
  **help garbage**

---------------------------------------------------------------------
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:00:52 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.