[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: stug23 <pat.podenski_at_gmail.com>
Date: Sat, 21 Nov 2009 10:36:51 -0800 (PST)

Do you know if there is a specific reason why svnmucc isn't a standard part
of the Subversion install?

That would make it much easier to enlist the use of svnmucc.

Thanks!

Alan Barrett wrote:
>
> 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].
>
>

-- 
View this message in context: http://old.nabble.com/batch-scripting-to-add-svn%3Aignore-values-to-a-directory-tp26357390p26459136.html
Sent from the Subversion Users mailing list archive at Nabble.com.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2422864
Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-11-21 19:37:35 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.