How to get LATEST Branch on CVS?

Discussion corner for Developers of Serendipity.
Post Reply
heddesheimer
Regular
Posts: 37
Joined: Mon Sep 12, 2005 3:44 pm

How to get LATEST Branch on CVS?

Post 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
oxygenws
Regular
Posts: 148
Joined: Thu Jan 20, 2005 11:20 am
Location: Iran
Contact:

Post 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 :)
My Blog, powered by s9y is http://oxygenws.com/blog/
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
heddesheimer
Regular
Posts: 37
Joined: Mon Sep 12, 2005 3:44 pm

Post 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
randulo
Regular
Posts: 141
Joined: Thu Jul 21, 2005 10:28 am

Something amiss in SVN

Post 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.
oxygenws
Regular
Posts: 148
Joined: Thu Jan 20, 2005 11:20 am
Location: Iran
Contact:

Post 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.
My Blog, powered by s9y is http://oxygenws.com/blog/
randulo
Regular
Posts: 141
Joined: Thu Jul 21, 2005 10:28 am

SVN

Post 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.
oxygenws
Regular
Posts: 148
Joined: Thu Jan 20, 2005 11:20 am
Location: Iran
Contact:

Post by oxygenws »

yes, you are right.

maybe the webSVN/viewCVS in under maintain.
but i can connect to SVN server from my own computer.
My Blog, powered by s9y is http://oxygenws.com/blog/
Post Reply