Page 1 of 1

How to get LATEST Branch on CVS?

Posted: Sun Sep 18, 2005 7:41 pm
by heddesheimer
Hi,

I'm using WinCVS to checkout the serendipity and additional_plugins modules. I found, that I only get the last stable release. I'm used to get the LATEST version on CVS if I don't use a sticky tag.

Is it possible to get the LATEST version that will correspond to the nightly snapshot?

Marian

Posted: Sun Sep 18, 2005 8:29 pm
by oxygenws
Serendipity published in SVN protocol...

you can download the nightly version from the following link, at "Fetch a snapshot" section:
http://www.s9y.org/index.php?node=12

you can download the latest SVN version from the following link:
http://developer.berlios.de/svn/?group_id=2573

and can download one of the best windows softwares for SVN from the following link:
http://tortoisesvn.tigris.org/
named "Tortoise SVN"

have fun :)

Posted: Mon Sep 19, 2005 4:24 pm
by garvinhicking
Added to what oxygenws said - the ADDITIONAL PLUGINS are maintained via CVS. They do not have any tags (as I wrote you in a different thread - please don't crosspost!), so there is no correspondence of a nightly snapshot and plugins, as they are maintained indepentently.

Regards,
Garvin

Posted: Mon Sep 19, 2005 8:36 pm
by heddesheimer
Thanks again Garvin.

Sorry for the crosspost. I think I will stick with the english part of this forum in the future :D

Marian

Something amiss in SVN

Posted: Thu Sep 22, 2005 8:12 pm
by randulo
http://developer.berlios.de/svn/?group_id=2573 gives me errors on BOTH links in this paragraph:

This project's BerliOS Developer SVN repository can be checked out through anonymous (svnserve) SVN with the following instruction set. To see the list of the subdirectories available in the repository use the web-based SVN repository access with ViewCVS or WebSVN.

Posted: Thu Sep 22, 2005 8:21 pm
by oxygenws
Dear randulo,

which program you used for SVN?

you must run the following command:
svn checkout svn://svn.berlios.de/serendipity/trunk

OR in TortoiseSVN, create a new directory on your hard disk, click on "SVN checkout", then insert "svn://svn.berlios.de/serendipity/trunk" in the URL section.

regards.

SVN

Posted: Thu Sep 22, 2005 10:11 pm
by randulo
I was trying to use the web based svn they talk about in the paragraph I quoted. Neither of the links in that paragraph work. One is a 404 and the other dies some other death:
Warning: is_dir(): Stat failed for /svnroot/repos/sharehunterproj/db (errno=13 - Permission denied) in /srv/www/htdocs.berlios/WebSVN/include/configclass.inc on line 522

Warning: is_dir(): Stat failed for /svnroot/repos/unimatrix-fulda/db (errno=13 - Permission denied) in /srv/www/htdocs.berlios/WebSVN/include/configclass.inc on line 522
etc.

Posted: Fri Sep 23, 2005 10:55 am
by oxygenws
yes, you are right.

maybe the webSVN/viewCVS in under maintain.
but i can connect to SVN server from my own computer.