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

Committing a directory property alone is impossible?

From: Jens Seidel <jensseidel_at_users.sourceforge.net>
Date: 2006-02-23 13:03:21 CET

Hi,

I need a way to commit (or diff, ...) a changed svn:ignore property on a
directory. The problem is that "svn ci ." commits all files in the
directory, not only the property. Even using ci option --non-recursive to
avoid recursion doesn't help if there are other changed files in the working
copy.

There is no "svn ci --non-recursive --prop-only svn:ignore" command, right?

The current solution is to always rename modified files before the commit and
after it I rename the files back. This is very ugly!
I know I can do this in a new, unchanged working copy as well, but ...

Related mails I found do not answer this:
http://svn.haxx.se/users/archive-2004-12/0294.shtml (thread)
http://svn.haxx.se/users/archive-2004-12/0458.shtml (single mail)
http://svn.haxx.se/users/archive-2004-12/0594.shtml

Any idea?

Please CC: me.

Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 23 13:23:30 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.