From: Reini U. <ru...@x-...> - 2004-09-29 14:42:20
|
searchadm schrieb: > Tried to use CVS but i seems to be to stupid :-x > > I tried to use TortoiseCVS and WinCVS but i don't understand what to do > there. The Software connects but not more ??? I'am no devolopper and > not interested wasting ours of my time only to get a peace of software i > need to make it run for the visitors. Sorry this makes me angry. i know > it's free of cost, but my web site is also free of cost and so or so i > spend neerly 6 hours a day to support the visitors the end is reached. > Is there a way to get it easier? > > Regards Stefan > > > SourceForge.net schrieb: > >> Read and respond to this message at: >> https://sourceforge.net/forum/message.php?msg_id=2779637 >> By: schorni >> >> Hello tried to get the newest version. i saw that the nightly build is >> not newer >> than 9 july 2004. >> The logs are also not updated whats wrong here >> http://phpwiki.sourceforge.net/nightly/phpwiki.nightly.tar.gz > > > > Ah, thanks for bringing that to my attention. sf.net seems to be borked > somehow lately > >> >> where can i get the latest version? To load it file by file from the >> cvs is >> to hard to do it. > > > > Come on! > See http://sourceforge.net/cvs/?group_id=6121 > > in detail: > cvs -d:pserver:ano...@cv...:/cvsroot/phpwiki login > <enter> > cvs -z3 -d:pserver:ano...@cv...:/cvsroot/phpwiki co > phpwiki These two lines are too complicated? It's even described on the webpage. co will need about a minute or so until it starts doing something. if you want to see what's going on behind you can also do: cvs -t -z3 -d:pserver:ano...@cv...:/cvsroot/phpwiki co phpwiki I agree that with any GUI (Tortoise or WinCVS) it looks very complicated. > gets you all files, almost as fast as via ftp, only really the latest, > with the option of much simplier updates: > > cd phpwiki > > cvs up -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |