On Fri, 02 Jul 2004 00:45:42 +0800, Sacha Chua <[EMAIL PROTECTED]> wrote: > > JM Ibanez <[EMAIL PROTECTED]> writes: > > > The server I setup is already live, and is accessible from even > > behind a restrictive firewall, and restricts developer access to > > various projects. (i.e. HTTP access only through a proxy, no other > > outgoing connections). CVS can't match up to that :) > > Hehehe. I use the tla (Tom Lord's Arch, also known as arch) version > control system. No special server support needed. To make my archive > available, I simply rsync up my repository tree. People can get it > through HTTP access through a proxy. tla is a changeset-based version > control system, by the way, which could be pretty strange for people > used to CVS.
Hmm... should take a look at it some time. Unfortunately, we need integration with our tools (in particular, Visual Studio.NET), and SVN just happens to have a variety of client plugins available. On my current dev machine, I have VS.NET with the AnkhSVN[1] plugin, and the TortoiseSVN[2] Explorer shell extension. I'd say SVN is similar to Arch, in that the whole tree is versioned on commit, sort of like a changeset, but not quite. In fact, there's a brief discussion on changesets in the FAQ[3]. I've been meaning to look at Arch for some time now... (waitaminute, I think I'm confusing GNU Arch with tla... must Google...) [1] http://ankhsvn.tigris.org/ [2] http://tortoisesvn.tigris.org/ [3] http://subversion.tigris.org/project_faq.html#changesets -- JM Ibanez http://www.livejournal.com/~jmibanez/ http://www.mycgiserver.com/~butiki/ -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
