Get XOOPS XOOPSXOOPS FAQFAQ ForumsForums NewsNews ThemesThemes ModulesModules
News World of XOOPS Developers Hacks Modules Themes YAXS Archive Submit News

Search

Donat-O-Meter

Make donations with PayPal!
Stats
Goal: $100.00
Due Date: Jun 30
Gross Amount: $25.00
Net Balance: $23.57
Left to go: $76.43

Donations
Anonymous ($15)Jun-14
Anonymous ($10)Jun-10

Learn XOOPS Core

Local Support

Advertisement

XOOPS Code hosted on SourceForge

Cumulus Tag Cloud

2 2.5 2.6 3.0 87 2013 Abuse admin AntiHarvesting AntiMalUser AntiSpam API bags Beats billige black Blocks blue Bootstrap Captcha cell Christmas chronolabs content Conversion demo docek download Dresses editor evden eve facebook floor free herre Honeypot Human IP IPInfoDB jQuery kantor lamps Language log logger Lucire mobile module modules Monster mulberry MyAlbum-p newbb news online PageRank pandora Password Permissions pink Plugin portal preloader Prevention profile project propose Protector publisher Rights rmcommon Room Rotor sale security Server site SmartClone Smarty SOAP Songlist Spam stem Studio tag tags tdmcreate template Theme themes TinyMCE User userlog website Whitepaper Wishcraft xoops Xortify ZendFramework

New Users

Registering user

# 136114

sinewat

Welcome to XOOPS!

Archives

News Archives

SourceForge CVS Changes

Posted by gstarrett on 2006/5/13 23:09:00 (6071 reads) | Posted on Developer News
Attention users and developers who access the XOOPS source code through SourceForge's CVS services:
SourceForge has just completed rolling out a new CVS architecture, which affects the way we access the CVS servers. The hostname for CVS access has changed to "xoops.cvs.sourceforge.net".

(check details ...)


The hostname for CVS access has changed from "cvs.sourceforge.net" or "cvs.sf.net" to "xoops.cvs.sourceforge.net". The new CVSROOT to use when accessing XOOPS CVS anonymously is:
Quote:
:pserver:anonymous@xoops.cvs.sourceforge.net:/cvsroot/xoops


According to SourceForge, the changes will offer greater performance and stability and will eliminate several single points of failure.

Note that access to the XOOPS core is through Subversion, which isn't part of this change. See the XOOPS SourceForge project Subversion page for more information on subversion:
http://sourceforge.net/svn/?group_id=41586

See the XOOPS SourceForge CVS page for more information on using CVS with XOOPS.
http://sourceforge.net/cvs/?group_id=41586

Developers, see the dev.xoops.org internal discussion thread for additional information:
http://dev.xoops.org/modules/newbb/vi ... at&topic_id=1158&forum=27


Printer Friendly Page Send this Story to a Friend Create a PDF from the article
Bookmark Me
Bookmark to Google Plus
The comments are owned by the author. We aren't responsible for their content.

Thank you for the informations Glen.
Published: 2006/5/14 3:14 • Updated: 2006/5/14 3:14
Thx for the info Glen! I hope sourceforge will not make any changes to CVS in the next time, because updating this was quite a mess with Eclipse.
Published: 2006/5/14 4:19 • Updated: 2006/5/14 4:19
This update was a (very) long time coming. They had been talking about it for well over a year, so it was no surprise that the change was coming. The timing was a little surprising since the rollout date was announced literally on the day it was being deployed.

In short, don't worry about sudden changes to CVS. SourceForge seems to be very careful about their code repositories, and from the sounds of it this will be much more reliable than the old setup.

Why was it a mess with Eclipse? Was the additional CVSROOT modification info I posted to dev.xoops.org any help?
Published: 2006/5/14 8:54 • Updated: 2006/5/14 8:54
worked fine for me..

altho i might add note that, you can't just update ur cvsroot in tortoiseCVS and then click update cvs to update your cvs version on your pc.. you have to do a full checkout again..

if you've made changes on your cvs on your pc during the downtime of CVS, then rename your existing folder on your pc, then do a checkout from the cvs.. after that, merge your changes back into the newly checked out version..
Published: 2006/5/14 9:39 • Updated: 2006/5/14 9:39
Quote:
Why was it a mess with Eclipse? Was the additional CVSROOT modification info I posted to dev.xoops.org any help?


The problem was that I could not CHANGE the existing URL (in Eclipse) to the cvs-repository (or I could not find it where the info is hidden).

So I finally checked out the module again and copied over my backup-files, which is a mess with hundred of files and folders.
Published: 2006/5/14 12:08 • Updated: 2006/5/14 12:08
Ok I sort of know what CVS is.... yet last time with out a guide in it all.... I fell flat on my face, now given that I am getting better at programming and fixin....., I would like to help...Yet I don't know how

So can someone out of the proffesional developers tell me the best software to access it, the way it works (is it a filling system? where files are changable and uploadable, almost a wiki system in a way?)
If there is a guide some where I can study?... As if I can..... then I can put in more input, and get Xoops, Tidy.
Plus also i need it as i have finnished a Bible module that still needs continuing work doing, where i will need others help to add some more features, same with all module I use.
So can someone help me please?
Published: 2006/5/15 10:07 • Updated: 2006/5/15 10:07
Well you should read up first what cvs is about
(thats what i did) because the explanation would be lengthy.

Here is a recommended ebook (downloadable in different formats):

Red Bean´s cvs book - Open source development with cvs

If you are using windows then i would recommend Tortoise CVS as Software of choice. I found it to be the simplest of those i tried (not many).

There is additional information on the Tortoise website about cvs of course.

Once you read the book (i recommend reading it fully even if you dont need all but it gives a better global picture) get back with the questions you might have.

Its not that i am to lazy to explain (yeah maybe i am) it´s just that from my experience this was a good way to start.
Published: 2006/5/15 10:25 • Updated: 2006/5/15 10:26
I also would like to add a note that the XOOPS core developers are currently using the Subversion system (SVN) to keep track of the development branches, releases and tasks, rather then the Concurrent Versioning System. The SVN is a recent addition to SF.net's services, and works very well for the development style XOOPS' developers employ.

More info at the XOOPS.org project space on sf.net.
Published: 2006/5/15 11:04 • Updated: 2006/5/15 11:04
Quote:
The SVN is a recent addition to SF.net's services, and works very well for the development style XOOPS' developers employ.


SVN seems to be really cool from what I saw at the first checkout.

For those who would like to develop modules without! spending money I recommend Eclipse plus the plugins phpeclipse (PHP-development), WTP (Web Tools), JSeclipse (Javascript-development), Subclipse (for SVN) and WebDAV/FTP-plugin.

That is a complete package!
Published: 2006/5/15 11:46 • Updated: 2006/5/15 11:46
After reading a few bits off diffrent people sites on CVS....
The explination in Tortoise's help was quickest and easiest to understand in english and not discombobulating.
Published: 2006/5/22 4:38 • Updated: 2006/5/22 4:38
phpeclipse
JSeclipse
Subclipse

The other plugins you can get at www.eclipse.org
Published: 2006/5/22 5:32 • Updated: 2006/5/22 5:32