Re: Versioning control

2009-04-17 Thread Micha Feigin
On Thu, 16 Apr 2009 20:05:27 + Tzafrir Cohen wrote: > On Thu, Apr 16, 2009 at 09:45:03PM +0200, Jesús M. Navarro wrote: > > > Section 1.2 of the CVS manual is very enlighting: > > > > "1.2 What is CVS not? > > CVS can do a lot of things for you, but it does not try to be everything > > fo

Re: Versioning control

2009-04-16 Thread Tzafrir Cohen
On Thu, Apr 16, 2009 at 09:45:03PM +0200, Jesús M. Navarro wrote: > Section 1.2 of the CVS manual is very enlighting: > > "1.2 What is CVS not? > CVS can do a lot of things for you, but it does not try to be everything for > everyone. SVN is a better CVS. It works at the project level rather t

Re: Versioning control

2009-04-16 Thread Jesús M. Navarro
Hi, Adrian: On Wednesday 15 April 2009 10:22:00 Adrian Chapela wrote: > Hello, > > I am preparing a versioning control. In my environment some of the > clients are Windows PC. I have implemented the next Subversion + > TortoiseSVN (for windows clients) + Eventum (for bug cont

Re: Versioning control

2009-04-16 Thread marc
Tzafrir Cohen said... > On Wed, Apr 15, 2009 at 10:22:00AM +0200, Adrian Chapela wrote: > > Hello, > > > > I am preparing a versioning control. In my environment some of the > > clients are Windows PC. I have implemented the next Subversion + > > TortoiseSV

Re: Versioning control

2009-04-15 Thread Tzafrir Cohen
On Wed, Apr 15, 2009 at 10:22:00AM +0200, Adrian Chapela wrote: > Hello, > > I am preparing a versioning control. In my environment some of the > clients are Windows PC. I have implemented the next Subversion + > TortoiseSVN (for windows clients) + Eventum (for bug control,

Re: Versioning control

2009-04-15 Thread Micha Feigin
On Wed, 15 Apr 2009 10:22:00 +0200 Adrian Chapela wrote: > Hello, > > I am preparing a versioning control. In my environment some of the > clients are Windows PC. I have implemented the next Subversion + > TortoiseSVN (for windows clients) + Eventum (for bug control, etc.). A

Re: Versioning control

2009-04-15 Thread Boyd Stephen Smith Jr.
In <49e59928.7000...@gmail.com>, Adrian Chapela wrote: >I am preparing a versioning control. In my environment some of the >clients are Windows PC. I have implemented the next Subversion + >TortoiseSVN (for windows clients) + Eventum (for bug control, etc.). All >work very

Re: Versioning control

2009-04-15 Thread Boyd Stephen Smith Jr.
t-compile is not a good option to versioning control >of a web writed in ASP or PHP. Still. The are way to automatically test this. Push updated code to a test installation, and use wget and grep to verify that a specific lists of URLs all load without a PHP error. -- Boyd Stephen Smith

Re: Versioning control

2009-04-15 Thread marc
Adrian Chapela said... > Hello, > > I am preparing a versioning control. In my environment some of the > clients are Windows PC. I have implemented the next Subversion + > TortoiseSVN (for windows clients) + Eventum (for bug control, etc.). All > work very well but I hav

Re: Versioning control

2009-04-15 Thread Jochen Schulz
Adrian Chapela: > > Now the copy on the repo is bad, because the User1 is using a function > which isn't on the file3 commited by the User2. Is there any way to > advice User1 that some other files are changed by another user ? Apart from commit messages by mail: no. Probably the best approa

Re: Versioning control

2009-04-15 Thread Adrian Chapela
operations (e.g. a clean compile, for example) before allowing the commit to take place. Pre-compile or post-compile is not a good option to versioning control of a web writed in ASP or PHP. This is the real problem. A web will be big enough to think in problems ;) Many files, many parts, many

Re: Versioning control

2009-04-15 Thread Dave Ewart
On Wednesday, 15.04.2009 at 10:22 +0200, Adrian Chapela wrote: > Do you have any idea to solve this ? Make sure that User1 and User2 talk to each other. This is a serious suggestion: version control of this type is not a replacement for communication. Having said that, you could look into the f

Versioning control

2009-04-15 Thread Adrian Chapela
Hello, I am preparing a versioning control. In my environment some of the clients are Windows PC. I have implemented the next Subversion + TortoiseSVN (for windows clients) + Eventum (for bug control, etc.). All work very well but I have a problem that I think it won't be resolved wit