How to have CVS files in different directory than source files in NetBeans?

Posted by Ondrej Slinták on Stack Overflow See other posts from Stack Overflow or by Ondrej Slinták
Published on 2010-03-12T08:44:15Z Indexed on 2010/03/12 8:47 UTC
Read the original article Hit count: 152

Filed under:
|
|
|

I have a project in NetBeans which haven't used CVS until now. Let's say the directory with source files is called /www/source_files and directory with project files /www/project_files. Module in repository is called differently than source files directory. When I'm trying to check out CVS, it forces me to create a directory called exactly how module is called, which is fine by me in fact. Straight after it asks me if I wanted to create new project. And here the problem begins. I don't want to do that and I have no idea how to link newly created directory with CVS and checked out files with my project.

I'd like to end up with following structure:

/www
    /source_files
    /project_files
    /cvs_files

Any ideas how to do this? I'm using NetBeans 6.8.

© Stack Overflow or respective owner

Related posts about cvs

Related posts about netbeans