Neat! Did you use the -R (set recursively) switch: C:\ibatis\trunk\cs>svn propset -R bugtraq:url "http://issues.apache.org/jira/browse/%BUGID%" * property 'bugtraq:url' set (recursively) on 'docs' property 'bugtraq:url' set (recursively) on 'mapper' property 'bugtraq:url' set (recursively) on 'npetshop' property 'bugtraq:url' set (recursively) on 'npetshop2' property 'bugtraq:url' set (recursively) on 'README.txt' property 'bugtraq:url' set (recursively) on 'to-do.txt' property 'bugtraq:url' set (recursively) on 'tutorial'
or did you set the property up one level higher? C:\ibatis\trunk>svn propset bugtraq:url "http://issues.apache.org/jira/browse/%BUGID%" cs property 'bugtraq:url' set on 'cs' When I started the commit using the -R switch it was committing _every_ file in the repository. I got scared and aborted the commit. I think the second way (not using the -R option) is the correct way. --- [EMAIL PROTECTED] wrote: > Author: nicko > Date: Sun Nov 6 16:52:17 2005 > New Revision: 331170 > > URL: http://svn.apache.org/viewcvs?rev=331170&view=rev > Log: > Added properties to root folders to support integration between > TortoiseSVN and the JIRA bug tracking system. > > Modified: > logging/log4net/ (props changed) > logging/log4net/trunk/ (props changed) > > Propchange: logging/log4net/ > ------------------------------------------------------------------------------ > bugtraq:logregex = (LOG4NET-\d+) > > Propchange: logging/log4net/ > ------------------------------------------------------------------------------ > bugtraq:url = http://issues.apache.org/jira/browse/%BUGID% > > Propchange: logging/log4net/trunk/ > ------------------------------------------------------------------------------ > bugtraq:logregex = (LOG4NET-\d+) > > Propchange: logging/log4net/trunk/ > ------------------------------------------------------------------------------ > bugtraq:url = http://issues.apache.org/jira/browse/%BUGID% > > >