Re: [techtalk] Version Control for Web Sites

2000-02-12 Thread Rik Hemsley
#if Laurel Fan > Sorry. There are a lot of versons of cvsweb out there. Martin Cleaver's > version allows editing, [...] I stand corrected. Thanks for the link :) Cheers, Rik -- 135. Displace the canon with attitude. [EMAIL PROTECTED] http://www.linuxchix.org

Re: [techtalk] Version Control for Web Sites

2000-02-12 Thread Andy Davidoff
You may want to look at CFengine, here's a mirror: http://www.ikke.net/mirrors/cfengine/cfengine.html Rsync is also good for synchronizing binary files across a network. ,- Adriana @ Feb 12, 18:43 | We have already considered CVS, and in fact we use it for version | control of our scrip

Re: [techtalk] Version Control for Web Sites

2000-02-12 Thread Laurel Fan
Excerpts from linuxchix: 12-Feb-100 Re: [techtalk] Version Cont.. by Rik [EMAIL PROTECTED] > Ok but it's got to allow managing, not just browsing. cvsweb > is a browser only. Sorry. There are a lot of versons of cvsweb out there. Martin Cleaver's version allows editing, and it is at http://www.m

Re: [techtalk] Version Control for Web Sites

2000-02-12 Thread Adriana Gonzalez
We have already considered CVS, and in fact we use it for version control of our scripts. I agree it's an excellent tool. The problem though, is that cvs excels when you are manipulating text files, but it's not that good when you want to handle a lot of images. I find the repository model, tha

Re: [techtalk] Version Control for Web Sites

2000-02-12 Thread Rik Hemsley
#if Laurel Fan > Excerpts from linuxchix: 12-Feb-100 Re: [techtalk] Version Cont.. by Rik > [EMAIL PROTECTED] > > You can use CVS, like most of us :) I don't know if there is > > a web interface to it though. > > Check out cvsweb. Ok but it's got to allow managing, not just browsing. cvsweb is

Re: [techtalk] Version Control for Web Sites

2000-02-12 Thread Laurel Fan
Excerpts from linuxchix: 12-Feb-100 Re: [techtalk] Version Cont.. by Rik [EMAIL PROTECTED] > You can use CVS, like most of us :) I don't know if there is > a web interface to it though. Check out cvsweb. [EMAIL PROTECTED] http://www.linuxchix.org

Re: [techtalk] Version Control for Web Sites

2000-02-12 Thread Nicci Tynen
Hi Adriana, I use CVS on my development linux boxes (in fact I make my users on NT use CVS for Windows to check out the source from a linux drive mounted using SAMBA).  It's a great tool and can merge changes from multiple users working on the same file pretty intelligently. Check out http://www.

Re: [techtalk] Version Control for Web Sites

2000-02-12 Thread Rik Hemsley
#if Adriana Gonzalez > Hi all, > > I am in need of some recommendations on version control software for > linux, that make it easy to update/commit/rollback text and image files > of a particular project between development/staging/live servers. > > I want to be able to define the files that be

Re: [adriana@hq.mycity.com: [techtalk] Version Control for Web Sites]

2000-02-12 Thread Tami Friedman
ot; <[EMAIL PROTECTED]> Subject: [techtalk] Version Control for Web Sites Content-Type: text/plain; charset=us-ascii Sender: [EMAIL PROTECTED] Precedence: bulk Reply-To: [EMAIL PROTECTED] Hi all, I am in need of some recommendations on version control software for linux, that make it easy to upda

[techtalk] Version Control for Web Sites

2000-02-12 Thread Adriana Gonzalez
Hi all, I am in need of some recommendations on version control software for linux, that make it easy to update/commit/rollback text and image files of a particular project between development/staging/live servers. I want to be able to define the files that belong to a project, and to map them