Re: [SciPy-user] [Matplotlib-users] switch to subversion tomorrow Tuesday 28 Feb
Hi,
I will endeavor to switch matplotlib to a subversion repository (newly available courtesy of SourceForge) tomorrow afternoon/evening (US/Pacific time) unless I hear pleas from developers with unmerged changes.
I believe the new command for anonymous checkout of matplotlib will be: svn co https://svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib
I'll post the developer checkout command on the matplotlib-devel list when I figure it out.
It's actually the same command. Only, when committing changes you have to supply username and password using, e.g. --username and --password options. But a subversion GUI (I'm happy with esvn for linux & windows) will do that for you. What's really nice, there are no more delay between developers and anonymous access. Vincent -- Vincent Favre-Nicolin Université Joseph Fourier http://v.favrenicolin.free.fr ObjCryst & Fox : http://objcryst.sourceforge.net
"Vincent" == Vincent Favre-Nicolin <vincefn@users.sourceforge.net> writes: Vincent> It's actually the same command. Only, when committing Vincent> changes you have to supply username and password using, Vincent> e.g. --username and --password options. But a subversion
Or when you checkout the repository, if you specify these flags when you go to commit later they will be saved. Vincent> that for you. What's really nice, there are no more Vincent> delay between developers and anonymous access. Hear, hear! JDH
participants (2)
-
John Hunter -
Vincent Favre-Nicolin