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

Re: batch scripting to add svn:ignore values to a directory

From: Alan Barrett <apb_at_cequrux.com>
Date: Mon, 16 Nov 2009 22:29:21 +0200

On Sun, 15 Nov 2009, stug23 wrote:
> It does seem a bit peculiar that Subversion doesn't have a simple way to
> automate this. Apparently propset has never been granted the ability to
> remotely set properties due to philosophical issues. Nonetheless, this task
> should be a no-brainer.

svnmucc has a "propset" command. Use it like this:

  svnmucc -r ${EXISTING_REVISION} -m "${MESSAGE}" \
        propset "${PROPERTY_NAME}" "${NEW_VALUE}" "${URL}"

svnmucc can be found in the contrib directory of the subversion
source tree, but it's not built or installed by default.

--apb (Alan Barrett)

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2418659

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-16 21:30:22 CET

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.