Need help with http://dev.zope.org/Subversion
I copied: http://dev.zope.org/CVS to: http://dev.zope.org/Subversion Can help by converting the Subversion wiki to reflect subversion? :) The new writable subversion repository will be at: svn+ssh://svn.zope.org/repos I hope to have something in place for testing on Monday. For example, to do a writable check out of Zope 3, you will use: cvs co svn+ssh://svn.zope.org/repos/Zope3/trunk Zope3 I still have to figure out whether to use the sv server or HTTP for public checkouts, but I'll *probably use HTTP, in which case you'd use: cvs co http://svn.zope.org/repos/Zope3/trunk Zope3 for public checkouts. Jim -- Jim Fulton mailto:jim@zope.com Python Powered! CTO (540) 361-1714 http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org
On Sunday 25 April 2004 12:29 pm, Jim Fulton wrote:
cvs co svn+ssh://svn.zope.org/repos/Zope3/trunk Zope3
That should be: svn co svn+ssh://svn.zope.org/repos/Zope3/trunk Zope3
cvs co http://svn.zope.org/repos/Zope3/trunk Zope3
and this would be: svn co http://svn.zope.org/repos/Zope3/trunk Zope3 -Fred -- Fred L. Drake, Jr. <fred at zope.com> PythonLabs at Zope Corporation
Fred Drake wrote:
On Sunday 25 April 2004 12:29 pm, Jim Fulton wrote:
cvs co svn+ssh://svn.zope.org/repos/Zope3/trunk Zope3
That should be:
svn co svn+ssh://svn.zope.org/repos/Zope3/trunk Zope3
cvs co http://svn.zope.org/repos/Zope3/trunk Zope3
and this would be:
svn co http://svn.zope.org/repos/Zope3/trunk Zope3
Oops. Thanks. I gues some habits will be hard to kick. :) Jim -- Jim Fulton mailto:jim@zope.com Python Powered! CTO (540) 361-1714 http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org
On Sunday 25 April 2004 01:00 pm, Jim Fulton wrote:
Oops. Thanks. I gues some habits will be hard to kick. :)
Yeah. Of course, CVS isn't just an old habit; it'll still be current practice, not just for Zope 2.6.x and 2.7.x, but for lots of projects. The general pain of two widely-used revision control systems will be with us for a long time. -Fred -- Fred L. Drake, Jr. <fred at zope.com> PythonLabs at Zope Corporation
On Sun, Apr 25, 2004 at 12:48:30PM -0400, Fred Drake wrote:
On Sunday 25 April 2004 12:29 pm, Jim Fulton wrote:
cvs co svn+ssh://svn.zope.org/repos/Zope3/trunk Zope3
That should be:
svn co svn+ssh://svn.zope.org/repos/Zope3/trunk Zope3
cvs co http://svn.zope.org/repos/Zope3/trunk Zope3
and this would be:
svn co http://svn.zope.org/repos/Zope3/trunk Zope3 Does that mean, that Zope will use svn with cleartext passowords for write access?
Andreas
Andreas Kostyrka wrote:
On Sun, Apr 25, 2004 at 12:48:30PM -0400, Fred Drake wrote:
On Sunday 25 April 2004 12:29 pm, Jim Fulton wrote:
cvs co svn+ssh://svn.zope.org/repos/Zope3/trunk Zope3
That should be:
svn co svn+ssh://svn.zope.org/repos/Zope3/trunk Zope3
cvs co http://svn.zope.org/repos/Zope3/trunk Zope3
and this would be:
svn co http://svn.zope.org/repos/Zope3/trunk Zope3
Does that mean, that Zope will use svn with cleartext passowords for write access?
No. If you look at the URI above, you see that we use svn+ssh for writable checkouts. This is essentially just like the SSH tunelling of CVS. Philipp
Andreas Kostyrka wrote:
On Sun, Apr 25, 2004 at 12:48:30PM -0400, Fred Drake wrote:
On Sunday 25 April 2004 12:29 pm, Jim Fulton wrote:
cvs co svn+ssh://svn.zope.org/repos/Zope3/trunk Zope3
That should be:
svn co svn+ssh://svn.zope.org/repos/Zope3/trunk Zope3
cvs co http://svn.zope.org/repos/Zope3/trunk Zope3
and this would be:
svn co http://svn.zope.org/repos/Zope3/trunk Zope3
Does that mean, that Zope will use svn with cleartext passowords for write access?
No. svn+ssh URLs would be used for writable checkouts. This will work with existing SSH setups fro cvs.zope.org, providing that you've submitted a version 1.1 contributor's agreement (as you have). Jim -- Jim Fulton mailto:jim@zope.com Python Powered! CTO (540) 361-1714 http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org
participants (4)
-
Andreas Kostyrka -
Fred Drake -
Jim Fulton -
Philipp von Weitershausen