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

svn:ignore

From: oleg dashevskii <be9-ml_at_be9.ru>
Date: 2004-01-24 22:41:41 CET

Hello,

I'm trying to set a svn:ignore property and for some reason commit fails
afterwards.

===================================================================
% svn revert .
% svn propedit svn:ignore .
<here I edit it in vim>
Set new value for property 'svn:ignore' on '.'
% svn ci -m "svn:ignore set" .
Sending .
svn: Commit failed (details follow):
svn: Your file or directory '' is probably out-of-date.
svn:
The version resource does not correspond to the resource within the
transaction. Either the requested version resource is out of date
(needs to be updated), or the requested version resource is newer than
the transaction root (restart the commit).

% svn diff

Property changes on:
___________________________________________________________________
Name: svn:ignore
   + *.toc
*.log
*.dvi
*.aux
===================================================================

It's 0.35.1 on both sides. What to do?

--
be9
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jan 24 22:42:27 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.