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

Bug while setting property

From: Sebastian Stein <seb_stein_at_gmx.de>
Date: 2005-10-17 17:36:02 CEST

Hi,

I'm using svn 1.2.3 on a local system to manage a Latex project. I have a
.svnignore file containing a list of file to be ignored. The files looks
like:

*.swp
*.log
*.dvi
*.blg
*.toc
*.aux
*.bbl

Now I added another pattern (*.lof) and I wanted to update the properties
using the following command:

svn propset svn:ignore -F .svnignore .

This goes fine, but if I commit the change with "svn commit" I get an error
message saying the commit failed, because the directory changed. However, if
I commit with "svn commit . .svnignore" it works.

Even thus I found this work around, I think it is a bug.

Sebastian

PS: Please CC me, I'm not subscribed to this list.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 17 18:05:33 2005

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.