2011/11/29 Filip Hanik Mailing Lists <devli...@hanik.com>: > svn propset svn:externals '^/tomcat/trunk/modules/jdbc-pool@1207712 > jdbc-pool' modules > > does that seem right?
Yes. If there were several externals there it would be easier to use a file to pass the value: cd tc7.0.x\trunk svn propget svn:externals modules --strict >file.txt Without --strict option above it adds an extra empty line at the end of the file. Edit the file and svn propset svn:externals --file file.txt modules To test it before committing: svn up That is if you do not have a GUI SVN client Best regards, Konstantin Kolinko > > ----- Original Message ----- > From: fha...@apache.org > To: dev@tomcat.apache.org > Sent: Tuesday, November 29, 2011 6:00:19 AM > Subject: svn commit: r1207856 - /tomcat/tc7.0.x/trunk/modules/ > > Author: fhanik > Date: Tue Nov 29 13:00:18 2011 > New Revision: 1207856 > > URL: http://svn.apache.org/viewvc?rev=1207856&view=rev > Log: > maybe this time > > Modified: > tomcat/tc7.0.x/trunk/modules/ (props changed) > > Propchange: tomcat/tc7.0.x/trunk/modules/ > ------------------------------------------------------------------------------ > --- svn:externals (original) > +++ svn:externals Tue Nov 29 13:00:18 2011 > @@ -1 +1 @@ > -^/tomcat/trunk/modules/jdbc-pool@1207712 modules/jdbc-pool > +^/tomcat/trunk/modules/jdbc-pool@1207712 jdbc-pool > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org