Scheduled maintenance: Subversion server upgrade thursday 08:00 CET

2009-09-02 Thread Björn Stenberg
Hi all.

Tomorrow thursday I will be taking down the subversion server (svn.rockbox.org) 
for hardware upgrades.

Estimated downtime is 08:00 - 09:00 CET.

-- 
Björn


subversion (was: mp3_encoder.c has CR-LF line endings in CVS)

2006-06-11 Thread [EMAIL PROTECTED]

Stephan Wezel wrote:

or we could switch to svn(subversion). Because svn has an option with
that the eol-style ist set depending on the OS on wich the checkout is
done.


I heartily second this. Having used both cvs and subversion, 
subversion is much better in its features and more user-friendly. 
Particularly useful is subversion's revert command; to do the same 
thing in cvs, one either has to apply a backward diff or delete the 
changed file and cvs update or known the version number to explicitly 
update to. All around a pain.


Revert is great, especially when you've been mucking about adding 
logfs or trying out experimental code.


And almost all subversion commands other than commit and update don't 
require net-access; this spares the rockbox servers and accommodates 
those of us who aren't always connected to the web.


And (I gush on), branching is much easier with subversion too. On one 
professional project I worked on, each developer got his own branch, 
did his own stuff, and when he felt it was ready, committed it to teh 
shared trunk branch. I think this would be especially useful for 
developers (like me) who don't have cvs commit rights; we could each 
make our personal branches, and then diff out patches against the trunk.


Subversion is so useful, I use a subversion db of rockbox locally, 
copying changes I've made there to my local copy of Rockbox's cvs. The 
only tedious part is copying to the cvs in order to diff out patches.


Re: subversion

2006-06-11 Thread Daniel Stenberg

On Sun, 11 Jun 2006, [EMAIL PROTECTED] wrote:

I heartily second this. Having used both cvs and subversion, subversion is 
much better in its features and more user-friendly.


There's no denying of this.

We've been discussing and intending to switch away from CVS for a long time, 
and we all agree that Subversion is a better system than CVS. The question has 
rather been if Subversion is the best alternative to CVS for us and for how 
Rockbox is developed.


I have written quite a bunch of scripts and tools on the server(s) that all 
are CVS-based and they would all require attention and modifications so a 
switch will require quite an effort. No undoable, just a bunch of work that so 
far has felt like I ohhh h not now please.


And as a bonus: yours truly is involved and even has commit access in the 
Subversion project! ;-)


--
 Daniel Stenberg -- http://www.rockbox.org/ -- http://daniel.haxx.se/