Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Thanks Gabriel, that update -d did the trick for the command line client! Now if I could only get eclipse to do this! I checked eclipse and the checkbox to create directories is checked! Arggghhhh! Anyway, on a different topic: When I do an update, how do I suppress a merge? I made some changes in sandbox #1 and did a commit. Then I logged into another computer to perform the build and did cvs update -d. This did a merge, however. Not what I wanted. I suppose I could have done a release and a commit but it is a large sandbox and I only wanted two files. Unfortunately, ftp is not working and cvs is the easiest way to transfer files (except for the fact it does a merge). Looking at the help, I see that -m is the default for cvs update. How do I say no merge, just overwrite? Siegfried >-----Original Message----- >From: Gabriel Genellina [mailto:gagenellina at softlab.com.ar] >Sent: Wednesday, January 26, 2005 2:57 PM >To: Siegfried Heintze >Cc: cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook >Subject: RE: [cvsnt] cvs update is not updating > >At 26/1/2005 16:36, you wrote: > >>$ cvs -d :ssh:siegfried at 69.41.164.28:/usr/local/cvsnt update >> >>Why don't I see the directory I just created on the server? > >Try update -d > >(-d as an update option, that's not the same as -d global option) > > >