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. darcs is similar. Haven't really explored darcs much, but I like that too. Some people find it simpler than tla. -- Sacha Chua <[EMAIL PROTECTED]> - Ateneo CS faculty geekette interests: emacs, gnu/linux, making computer science education fun http://sacha.free.net.ph/ - PGP Key ID: 0xE7FDF77C -- 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
