File in repository with wrong case can't be replaced

2004-12-23 Thread Pico Geyer
Hi all. I hope someone can help me with a problem that I’m having. I’m using Netbeans to work on a Java project. I accidentally added one of my java files to the CVS project with the wrong name. I used the “myclass.java” instead of “Myclass.java”.  I’ve tried removing “myclass.java” from

Advice on proper use of CVS

2005-01-07 Thread Pico Geyer
Hi. I have the following scenario: A member of our team is updating one of our build files (build.xml). Problem is he has made mistakes and committed them to CVS, now none of the team can build their code. I guess we should be going back to the old version until the problem is fixed. What is the

Hierarchical Projects

2005-01-12 Thread Pico Geyer
Hi all. I've read somewhere that CVS does not support hierarchical projects. (Projects within projects) I don't want our CVS root to fill up with too many projects. What is the best way to achieve the same result? For example we have test projects that I still want to keep under version control. M