Subversion at SourceForge

Strictly for discussing ZSNES development and for submitting code. You can also join us on IRC at irc.libera.chat in #zsnes.
Please, no requests here.

Moderator: ZSNES Mods

Post Reply
Jipcy
Veteran
Posts: 768
Joined: Thu Feb 03, 2005 8:18 pm
Contact:

Subversion at SourceForge

Post by Jipcy »

Are the ZSNES developers planning on switching to and using SVN instead of CVS?

Overview Here.

I haven't really been able to determine what the main benefits of SVN is over CVS. It appears to be simpler to access an SVN repository on Windows, than it is to access a CVS repository. Security is different, though. Using TortoiseSVN, you don't need to use a private key or anything. You just enter your login and password, I think. With TortoiseCVS, they recommend you use Putty for your private key. Which seems more secure to me.

Also, apparently SVN is slightly slower than CVS.

Another weird thing, the SVN and CVS repositories for a given project are completely separate. So, wouldn't be smart for a project to use only one of the version control systems? Otherwise, the code may get accidentally branched, just between the two systems.

Other than that, all the features appear to be pretty much the same. There's extra "hooks" to duplicate some of the CVS features. Like a "hook" for CIA reporting. And a case-sensitivity checker.

Anyone here have any thoughts on this?
[url=http://zsnes-docs.sf.net]Official ZSNES Docs[/url] | [url=http://zsnes-docs.sf.net/nsrt]NSRT Guide[/url] | [url=http://endoftransmission.net/phpBB3/viewtopic.php?t=394]Using a Wiimote w/ emulators[/url]
Aerdan
Winter Knight
Posts: 467
Joined: Mon Aug 16, 2004 10:16 pm
Contact:

Post by Aerdan »

SVN has the benefit of not requiring a separate directory just to create patches against the revision you currently have.

It also makes it easier to manipulate files and keep track of changes globally, rather than on a per-file basis, thereby permitting us to determine accurately which revision broke things when things break.
pagefault
ZSNES Developer
ZSNES Developer
Posts: 812
Joined: Tue Aug 17, 2004 5:24 am
Location: In your garden

Post by pagefault »

Yes, we are switching as soon as possible.
Post Reply