From: TAO R. <ron...@ho...> - 2001-08-14 10:33:03
|
>I'm willing to get the latest cvs source, but I've never used cvs. >Any tips >or references to docs for setting it up? I have downloaded WinCVS, >but I'm >a bit confused on how to use it to access the binarycloud cvs >repository. > >Thanks, >Gerry > Gerry, I suggest you to have a look one this first.... the installation tutorial on Win32 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/binarycloud/r2/INSTALL.WIN32?rev=1.5&content-type=text/vnd.viewcvs-markup but it seem that this copy losing the file list of cygwin... if you want the list, you can trace back form the mailling list happy hacking :) roni _________________________________________________________________ 在 http://explorer.msn.com.tw/intl.asp 免費下載 MSN Explorer |
From: TAO R. <ron...@ho...> - 2001-08-14 12:53:11
|
>At 12:12 PM 8/14/01 -0700, you wrote: >>I have downloaded WinCVS, but I'm a bit confused on how to use it >>to >>access the binarycloud cvs repository. > >Same here :-) >WinCVS seems to have a life of its own, it is not intuitive and the >documentation is out of date :-( > >Andreas posted a very good beginners guide to WinCVS on this mailing >list >which which worked for a bit, but then it wouldn't. > >Any other CVS tools you can suggest? Apart from getting a Linux >machine... > >Thanks, >Peter. > try cygwin, it is a quite good UNIX env running in Win32 box... roni _________________________________________________________________ 在 http://explorer.msn.com.tw/intl.asp 免費下載 MSN Explorer |
From: Peter B. <re...@f2...> - 2001-08-14 13:01:37
|
At 08:53 PM 8/14/01 +0800, you wrote: >try cygwin, it is a quite good UNIX env running in Win32 box... I'm scared of installing cygwin in case it mucks up my computer. Has anyone on the list had any problems?? Thanks, Peter. ---oOo--- Do you sendcard? http://www.sendcard.f2s.com/ PHP postcard script supporting 9 databases! ---oOo--- |
From: alex b. <en...@tu...> - 2001-08-14 16:23:25
|
> I'm scared of installing cygwin in case it mucks up my computer. Has > anyone on the list had any problems?? > > Thanks, > Peter. Oh, no, it uses its own doc and app root, it's just like running an application. I've installed it a few times and it's totally benign. I would be _really_ surprised if it did anything to your machine, because cygwin just doesn't need to mess with the system that much. It probably doesn't even install any DLLs. best, _alex |
From: Peter B. <re...@f2...> - 2001-08-15 07:35:34
|
At 05:16 PM 8/14/01 -0400, you wrote: >Dont be such a wimp Peter, the worst that'll happen is you'll learn >something. Yes I realise I'll learn something... however, I have 7.6 GB of data on my HD and only backups of 500Mb, so I can't afford to lose it :-) I also do not have a working knowledge of the Registry, so it hinders me a little (!) if I need to fix something :-( >Seriously though, its easy and if you mess up its easy to fix. >I've installed it several times, and its hasn't done anything to my machine. I'll give it a go when I've got 3-4 hours to download the components (11Mb I think you said??) Peter. ---oOo--- Do you sendcard? PHP e-card script supporting 9 databases! http://www.sendcard.f2s.com/ ---oOo--- |
From: Alby L. <al...@th...> - 2001-08-15 13:05:58
|
I was just kidding, there's nothing to be wary of. It really an easy install that can be removed easily if you don't want it there - with nothing changed in your system. Alby ----- Original Message ----- From: "Peter Bowyer" <re...@f2...> To: <bin...@li...> Sent: Wednesday, August 15, 2001 3:24 AM Subject: Re: [binarycloud-dev] Using CVS for r2 > At 05:16 PM 8/14/01 -0400, you wrote: > >Dont be such a wimp Peter, the worst that'll happen is you'll learn > >something. > > Yes I realise I'll learn something... however, I have 7.6 GB of data on my > HD and only backups of 500Mb, so I can't afford to lose it :-) > > I also do not have a working knowledge of the Registry, so it hinders me a > little (!) if I need to fix something :-( > > >Seriously though, its easy and if you mess up its easy to fix. > >I've installed it several times, and its hasn't done anything to my machine. > > I'll give it a go when I've got 3-4 hours to download the components (11Mb > I think you said??) > > Peter. > > > ---oOo--- > Do you sendcard? PHP e-card script supporting 9 databases! > http://www.sendcard.f2s.com/ > ---oOo--- > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |
From: Andreas A. <a.a...@th...> - 2001-08-14 19:39:44
|
Hi Peter, > >try cygwin, it is a quite good UNIX env running in Win32 box... > I'm scared of installing cygwin in case it mucks up my computer. Has > anyone on the list had any problems?? With cygwin? Not really, the system itself works quite fine here (NT). But it does not work properly with WinCVS. Winvcs launches cmd.exe for executing the ssh command. And so you need the ssh.exe file for win. The one for cygwin won't work 'caus it requires posix style paths, homedire etc, that are only available with cygwin/bash. So you have to have the ssh.exe cvs.exe etc for win seperately. I dont like that. If you can find a way entirely replacing cmd.exe with the cygwin bashloginshellstuff it might work. I'm not sure how to safely replace cmd.exe with the bash stuff. A few years ago it was possible to replace this with a shell called 4NT, 4OS2 4DOS etc. So replacing it with cygwin should be possible. Andi |
From: Alex B. <en...@tu...> - 2001-08-14 19:59:24
|
>>> try cygwin, it is a quite good UNIX env running in Win32 box... >> I'm scared of installing cygwin in case it mucks up my computer. Has >> anyone on the list had any problems?? > With cygwin? Not really, the system itself works quite fine here (NT). But > it does not work properly with WinCVS. Winvcs launches cmd.exe for executing > the ssh command. And so you need the ssh.exe file for win. The one for > cygwin won't work 'caus it requires posix style paths, homedire etc, that > are only available with cygwin/bash. but what about _not_ using wincvs at all with cygwin, just using command-line cvs co -P pserver:... blah I haven't dried that (um, maybe I should) but it should work.. but yeah, I'm definitely voting for "or should I just get a linux box?" :) _alex |
From: Andreas A. <a.a...@th...> - 2001-08-15 11:07:19
|
Hi Alex, > but what about _not_ using wincvs at all with cygwin, just using > command-line cvs co -P pserver:... blah Well that's the best compromise In my optinion. Under win as well as with linux the best is command line and Emacs. > but yeah, I'm definitely voting for "or should I just get a linux box?" :) Harr harr, well that's the very best you can do :-) Andi |
From: Alby L. <al...@th...> - 2001-08-14 21:16:34
|
Dont be such a wimp Peter, the worst that'll happen is you'll learn something. Seriously though, its easy and if you mess up its easy to fix. I've installed it several times, and its hasn't done anything to my machine. Alby ----- Original Message ----- From: "alex black" <en...@tu...> To: <bin...@li...> Sent: Tuesday, August 14, 2001 12:20 PM Subject: Re: [binarycloud-dev] Using CVS for r2 > > I'm scared of installing cygwin in case it mucks up my computer. Has > > anyone on the list had any problems?? > > > > Thanks, > > Peter. > > Oh, no, it uses its own doc and app root, it's just like running an > application. I've installed it a few times and it's totally benign. > > I would be _really_ surprised if it did anything to your machine, because > cygwin just doesn't need to mess with the system that much. It probably > doesn't even install any DLLs. > > best, > > _alex > > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |
From: Peter B. <re...@f2...> - 2001-08-15 02:16:06
|
At 09:20 AM 8/14/01 -0700, you wrote: >Oh, no, it uses its own doc and app root, it's just like running an >application. I've installed it a few times and it's totally benign. > >I would be _really_ surprised if it did anything to your machine, because >cygwin just doesn't need to mess with the system that much. It probably >doesn't even install any DLLs. OK, I think I'll have a go :-) Just don't have enough disks available to make backups of all important files, so have to proceed very carefully... Have you thought about installing a web front to the CVS? Chora, the new one from Horde.org looks very nice - they are now using it on cvs.php.net and very good it is too. Cheers! Peter. --oOo-- Narrow Gauge on the web - photos, directory and forums! http://www.narrow-gauge.co.uk --oOo-- Peter's web page - Scottish narrow gauge in 009 http://members.aol.com/reywob/ --oOo-- |
From: alex b. <en...@tu...> - 2001-08-15 17:19:47
|
it's already there: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/binarycloud/r2/ > Have you thought about installing a web front to the CVS? Chora, the new > one from Horde.org looks very nice - they are now using it on cvs.php.net > and very good it is too. Yeah, I like chora a _lot_, I wish they would use it on sf.net. anyway, I'm going to establish a new cvs.binarycloud.com soon, and that will have chora on it. _a |
From: TAO R. <ron...@ho...> - 2001-08-14 16:36:39
|
> > Same here :-) > > WinCVS seems to have a life of its own, it is not intuitive and the > > documentation is out of date :-( > > > > Andreas posted a very good beginners guide to WinCVS on this mailing list > > which which worked for a bit, but then it wouldn't. > > > > Any other CVS tools you can suggest? Apart from getting a Linux >machine... >heh... that wouldn't hurt.. :_) > >You can download cvs as part of the cygwin package for windows, and use it >on the command line just like you do on linux. > >you can look in r2/INFO for anonymous cvs access info. > >If you need instructions for WinCVS, Ronald's the man, as I have zero >experience with it. > >best, > >_alex > I don't have any experience with WinCVS too, conz I always get lost when I wanna to play with it....... and actually cygwin done quite well so why don't you guys try to play with cygwin... :) roni _________________________________________________________________ 在 http://explorer.msn.com.tw/intl.asp 免費下載 MSN Explorer |
From: alex b. <en...@tu...> - 2001-08-14 16:18:13
|
I will add it back, I accidentally killed it in the sync. thanks for pointing that out ronald :) _a ----- Original Message ----- From: "TAO Ronald" <ron...@ho...> To: <bin...@li...> Sent: Tuesday, August 14, 2001 3:32 AM Subject: Re: [binarycloud-dev] Using CVS for r2 > >I'm willing to get the latest cvs source, but I've never used cvs. > >Any tips > >or references to docs for setting it up? I have downloaded WinCVS, > >but I'm > >a bit confused on how to use it to access the binarycloud cvs > >repository. > > > >Thanks, > >Gerry > > > Gerry, > > I suggest you to have a look one this first.... > the installation tutorial on Win32 > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/binarycloud/r2/INSTALL.WIN= 32? rev=3D1.5&content-type=3Dtext/vnd.viewcvs-markup > > but it seem that this copy losing the file list of cygwin... > if you want the list, you can trace back form the mailling list > > happy hacking :) > > roni > > _________________________________________________________________ > =A6b http://explorer.msn.com.tw/intl.asp =A7K=B6O=A4U=B8=FC MSN Explore= r > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |