Setting up CVS on localhost

I've set up CVS on my local machine using the CVS command line tool.

For the purposes of this post let's say I've set up the repository at the

following location:

C:\Software\CVSROOT

I try to import files into the repository, but whatever permutation of

:local:/repository_path I try, the IDE sits there trying to verify the repository

(with a blue bar bouncing back and forth). It never gets to step 2.

Any clues? What am I doing wrong?

[492 byte] By [SciFiHotChoc] at [2007-11-26 6:24:59]
# 1
It's just a guess - I haven't tried that myself, but I think that the colon in "C:\" confuses the cvs client. Have you tried not to use the :local: method, but any other - does it work?
KSorokin at 2007-7-6 14:15:18 > top of Java-index,Development Tools,Java Tools...
# 2
Thanks for the suggestion.I've already tried the directory path without the 'C:' and it did not work.I do have to use :local: because I'm developing on my own system.
SciFiHotChoc at 2007-7-6 14:15:19 > top of Java-index,Development Tools,Java Tools...
# 3
I've made some progress. There is a Netbeans FAQ on setting up on localhost using the CVSNT utility. I followed all the instructions and initialized a new repository using CVSNT.Netbeans now responds, but the response is still that it cannot use the repository.Any help?
SciFiHotChoc at 2007-7-6 14:15:19 > top of Java-index,Development Tools,Java Tools...
# 4
Well, if you are using CVSNT then it is definitely possible to use :pserver: method for accessing it. Have you tried it? I really haven't seen anyone using :local: in netbeans... :-(
KSorokin at 2007-7-6 14:15:19 > top of Java-index,Development Tools,Java Tools...
# 5
I've tried pserver as per the instructions in the FAQ, but whatever combination of username & cvsroot I use it does not seem to be able to find the repository. Iget a generic message to "check username, password & repository."
SciFiHotChoc at 2007-7-6 14:15:19 > top of Java-index,Development Tools,Java Tools...
# 6
This might be a clue. Which username/password you are using? Have you tried the ones that you use to login to your system, i.e. windows username/password?
KSorokin at 2007-7-6 14:15:19 > top of Java-index,Development Tools,Java Tools...
# 7

I've tried pserver with multiple combinations. It does not work.

Okay, I'm throwing in the towel on this one. I've concluded that since this is so complicated that it's not worth it. Instead I've switched to using TortoiseSVN which is a Windows GUI client for Subversion (a free & opensource replacement for CVS that improves on many of it's features).

SciFiHotChoc at 2007-7-6 14:15:19 > top of Java-index,Development Tools,Java Tools...
# 8
I'm really sorry it turned out to be so difficult.. As for SVN.. FWIW - http://blogs.sun.com/roller/page/roumen?entry=flash_demo_of_new_subversion
KSorokin at 2007-7-6 14:15:19 > top of Java-index,Development Tools,Java Tools...
# 9
Just saw your demo of subversion. It's fantastic. I can't wait to get my hands on it.
SciFiHotChoc at 2007-7-6 14:15:19 > top of Java-index,Development Tools,Java Tools...
# 10
Well, it's not really my demo =) But I agree - it's gonna be really cool.
KSorokin at 2007-7-6 14:15:19 > top of Java-index,Development Tools,Java Tools...