• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

CVS connection problem

 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

i am new to cvsnt. i installed cvsnt and wincvs 1.3.X in my machine. my os is windows 2k prof. my cvs service and cvs lock service is running. in the advanced tab the following is selected
1.impersonation enabled
2. lock server listens locally only
3. pretended to be a unix cvs version
4. allow trace.

cvs server port 2401
lock server localhost 2402

temporary directory

d:\cvstemp -- i allowed every one and system has full access

encription optional
compression optional

but when i am connecting to the cvs for wincvs using the following comand

cvs -d :sspi:<my-computer>:2401/PMScvs ls
PMSCVS is my cvs root and

i set the cvsroot in the environment variable
CVSROOT=:sspi:blr2-3f-109:/PMSCVS

i am getting the following message from the server

cvs server: connect to 10.129.103.49(10.129.103.49):2402 failed: No connection could be made because the target machine actively refused it.

***** CVS exited normally with code 1 *****


the same message is getting while i tried to connect from other machines.

please advice me what i am missing what i have to do

thanks in advance

baiju
[ September 09, 2005: Message edited by: Baiju Varugese ]
 
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Baiju,
Do you have a firewall? Maybe that port is getting blocked.
 
Baiju Varugese
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Jeanne Boyarsky,

There is no fire wall, the cvs is running in my local machine. But my problem is solved, i have to put an entry for the sspi in extnt.ini file.
 
Jeanne Boyarsky
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Baiju,
Thanks for sharing the solution!
 
No, tomorrow we rule the world! With this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic