Questions tagged [wincvs]

35 questions
0
votes
1 answer

How to change host name in wincvs

recently ip address of the computer where the sourcecodes are changed, so I need to change the ip address of hostname in wincvs. So I couldn't figure out. Any help is greatly appreciated.
0
votes
1 answer

What type of line delimiters does wsimport use?

I am working on a client application using Eclipse and we are having all kinds of problems committing, merging, comparing, etc. with CVS (I know its CVS but this is bad). I'm thinking that since I am on Windows we are running into issues with line…
Joseph Carroll
  • 465
  • 6
  • 15
0
votes
2 answers

how to obtain code from repository using WinCvs

I got a CVS connection string, here it is : :ssh;username=dummy;password=dummy;hostname=repos.mooo.com:/home/projects/repos How can I get project code using WinCvs, I've just installed it and I can't find howto online, maybe some help, thank you
Gandalf StormCrow
  • 25,788
  • 70
  • 174
  • 263
0
votes
0 answers

Error when trying to run cvs through Runtime.exec()

I usually use WinCVS, but I'm trying to write a Java app to automate some of the build/deployment tasks. If I run cvs -n update from the command line, I get the results of the query. If I run it via Runtime.exec() I get the below error. Any ideas?…
phil-daniels
  • 574
  • 2
  • 10
  • 28
-1
votes
4 answers

Mass conflict resolving

I am using CVS and after a merge, I have hundreds of conflicts. None of the conflicts are an issue (they're unimportant changes as a result of keyword expansion differences on the trunk and branch). I know no changes have been made to the files…
Ray Hayes
  • 14,896
  • 8
  • 53
  • 78
1 2
3