|
From: Bojan N. <bo...@bn...> - 2008-07-31 11:53:05
|
Hi Luigi, Luigi Ballabio <lui...@gm...> writes: > gave up. I might give bazaar a try. Also, it would be interesting if > you had some comments on how to go the other way; i.e., how (if > possible) to merge one's changes back into the official Subversion > repository if one has write access to the latter. I have not tried this, but as far as I understand this is supported extremely well by the bzr-svn plugin: http://bazaar-vcs.org/BzrForeignBranches/Subversion#features In this case you would want to use bazaar to directly access the Sourceforge subversion repository rather than the mirror hosted on Launchpad. That is, with the plugin installed, you should be able to make a branch directly like this: bzr branch https://quantlib.svn.sourceforge.net/svnroot/quantlib/trunk/QuantLib And subsequently to publish your changes when you wish so with: bzr push https://quantlib.svn.sourceforge.net/svnroot/quantlib/trunk/QuantLib Best, Bojan -- Bojan Nikolic || http://www.bnikolic.co.uk |