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

RE: How to specify just a prop change to "svn ci" and a feature request

From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-01-27 17:45:59 CET

-----Original Message-----
From: Trent Mick [mailto:trentm@gmail.com]

Given the following (i.e. a property change on the current dir and a
file change on a file in that dir):

  $ svn status
   M .
  M relic.py

how does one tell "svn commit" to just commit the property change?
"svn ci ." doesn't work, obviously.

A feature that would help here (and in other circumstances) would be
for "svn ci" to allow one to control the set of things to commit by
editing the commit message template below this line:
---------------------------------------------------------------------

"svn ci --non-recursive ." should work. You could also do the change
directly into the repository "svn propset <property> <value> http:s//....".

And for checking in a specific set of files, "svn ci --non-recursive file
file ..." should work.

Dale

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