UseBB Community

The official board for UseBB help and discussion

UseBB Community » Chit Chat » CVS??

CVS??

Page: 1 2 >

Author Post
Moderator
Registered: Oct 2005
Posts: 437
Location: canada
hey,

I decided to sign up at source forge and start a script.

I want to use their CVS feature, but, i am really really confused on how to go about getting started.

I've read some of the documentation provided but i have absolutly no clue what's going on.

I downloaded a SSH (i've never used shell before?) and ToirtioseCVS (sp?) but where do i go from here or do i need something else?
Member
Registered: Mar 2005
Posts: 196
Location: Hungary
I think you should create directories and create accounts for CVS. I could not find it out either.
_______________
Long Live Rock n' Roll!
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
https://sourceforge.net/docman/display_doc.php?docid=29894&group_id=1
https://sourceforge.net/docman/display_doc.php?docid=25888&group_id=1
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Moderator
Registered: Oct 2005
Posts: 437
Location: canada
Ok, so i got WinSCP working and logged in. I uploaded a file to the directory and well...where did it go? What is the purpose of the shell access?

I can't seem to access CVS though.

Quote
* Protocol: Secure Shell (:ext:)
* Server: cvs.sourceforge.net
* Repository folder: /cvsroot/PROJECTNAME (PROJECTNAME is your project's UNIX name. NOTE: all letters will be lowercase)
* User name: Enter your SourceForge.net username (the same one you use to login to the SourceForge.net website).
* Module: Enter the name of the module you wish to work with.


That ^^^ i can't find the options anywhere in ToirtiosCVS??
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
I can't help you, I'm using the official unix cvs client.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Moderator
Registered: Oct 2005
Posts: 437
Location: canada
blah. what linux distro are you using?
Member
Registered: Mar 2005
Posts: 196
Location: Hungary
:ext:cvs.sourceforge.net/cvsroot/PROJECTNAME should be the address or wtf.

* User name: Enter your SourceForge.net username (the same one you use to login to the SourceForge.net website).
* Module: Enter the name of the module you wish to work with.


This may help.
_______________
Long Live Rock n' Roll!
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
http://usebb.sourceforge.net/cvs/ contains the very particular information, basicly the same as on SF.net but also lists the module name and such.

By the way, I use Gentoo, but that doesn't make any difference to the CVS client.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Moderator
Registered: Oct 2005
Posts: 437
Location: canada
hmm i used the path :ext:cvs.sourceforge.net/cvsroot/PROJECTNAME but it just won't login. I checked the SF.net docs and yea, i haven't a clue what's wrong so i'm just going to leave it for now and read more up on it.
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
Oh as you may have read, :ext: is only for authenticated logins. See the link I posted earlier or the right part of the SF.net docs for anonymous access.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Moderator
Registered: Oct 2005
Posts: 437
Location: canada
hmmm. Is there anyway that i can set up CVS on my own computer?
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
http://www.nongnu.org/cvs/#downloading

Download the server.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Moderator
Registered: Oct 2005
Posts: 437
Location: canada
hmm, i can't find one for Windows :(
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
I guess it doesn't exist for Windows. But you don't need a server yourself to use CVS.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: Mar 2005
Posts: 196
Location: Hungary
You can get things with TortoiseCVS. If you know the pass, you can do commits as well, it's that simple, although I have switched to SVN pretty early.
_______________
Long Live Rock n' Roll!
Moderator
Registered: Oct 2005
Posts: 437
Location: canada
Hmm, well i downloaded CVSNT (a CVS server?) I just want to use in on my own computer with the files on my own computer so 127.0.0.1 so there would be no password? How would i set that up? Would all i need is TortoiseCVS and would i need apache or anything like that (PHP, mySQL?)
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
Afaik, CVS works with Unix accounts, who can have access to repositories and modules. Therefore you can't just install it on Windows. Still it takes a lot of time to set up your own CVS server, create repositories, etc...
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Moderator
Registered: Oct 2005
Posts: 437
Location: canada
oh. So its either figure out how to use SourceForge and CVS or use none :p.

Though, do you know of any other version control programs that might run on windows and use localhost? I've tried searching for it on google and only came around Surround SCM but it costs money.
Member
Registered: Mar 2005
Posts: 196
Location: Hungary
All you need it TortoiseCVS. The method described on e107faq.org should work, you just have to give the password here and then you can browse/modify the repo.
_______________
Long Live Rock n' Roll!
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
bastya_elvtars wrote
All you need it TortoiseCVS. The method described on e107faq.org should work, you just have to give the password here and then you can browse/modify the repo.
You can't modify anything without an account, CVS access rights to the project and to the right module.

And as I said, authenticated and anonymous access work completely different.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Moderator
Registered: Oct 2005
Posts: 437
Location: canada
hmm i was wondering why when i said commit... wasn't changing anything on the sourceforge ViewCVS.

Dietrich, you know the comment block at the beginning of each useBB file, do you do that manually or does something automatically put that there?
« Last edit by Gaia on Wed Dec 07, 2005 6:47 pm. »
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
I put all the comments there myself, but $Header: $ etc. is filled in by CVS.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Moderator
Registered: Oct 2005
Posts: 437
Location: canada
ah, okey.

Well the ViewCVS at sourceforge updated so i guess it did work after all?
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
You can't change anything on CVS so...?
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: Mar 2005
Posts: 196
Location: Hungary
http://www.tortoisecvs.org/faq.html#sourceforge
_______________
Long Live Rock n' Roll!

Page: 1 2 >

UseBB Community » Chit Chat » CVS??

UseBB Community is powered by UseBB 1 Forum Software