I saw the cvs is not working from 03 january 2008 when the last build was posted
Why no other build was posted since then?
What is happening?
The CVS is not working !!!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
- Prince of area51
- Registered User
- Posts: 133
- Joined: Mon Jun 27, 2005 8:46 pm
- Location: Manchester, UK
- Contact:
Re: The CVS is not working !!!
Its a bit late to notice but who am I to complaintupeu wrote:I saw the cvs is not working from 03 january 2008 when the last build was posted
Just adding to the above, the code that creates the build might have been disabled. You can get the latest snapshot using CVS.tupeu wrote:Why no other build was posted since then?
Bertie might have dropped a honey pot on the server racktupeu wrote:What is happening?
Re: The CVS is not working !!!
OK, so i`m here:
http://phpbb.cvs.sourceforge.net/phpbb
I don`t know how to use the cvs!
phpBB2-cvs is empty
phpBB2 has files in it with their age displyed
What is the idea, shoul I download every page that I need based on their age?
I know my forum files are from 13 december 2007 so if I find a newer file inside the cvs I should download it and replace my old file with it !?
Is there any program that downloads automaticaly the cvs files?
10x
http://phpbb.cvs.sourceforge.net/phpbb
I don`t know how to use the cvs!
phpBB2-cvs is empty
phpBB2 has files in it with their age displyed
What is the idea, shoul I download every page that I need based on their age?
I know my forum files are from 13 december 2007 so if I find a newer file inside the cvs I should download it and replace my old file with it !?
Is there any program that downloads automaticaly the cvs files?
10x
Re: The CVS is not working !!!
I highly discourage using CVS on a live board at this juncture.
Freedom from fear
- Prince of area51
- Registered User
- Posts: 133
- Joined: Mon Jun 27, 2005 8:46 pm
- Location: Manchester, UK
- Contact:
Re: The CVS is not working !!!
And if you were talking about a test site, then I would suggest you don't just copy and replace but install again.
And you are looking in the wrong place, you need to use something like TortoiseCVS.
After installation, create a folder somewhere on the drive (preferably something like C:\phpBB CVS). Now open command prompt can type in:
and press the Enter key. You would change into the new created directory. Now type in the following two commends (pressing Enter key after each):
and
Hopefully, after entering the second command CVS files should start downloading.
I'm kinda struggling with UI to download the snapshot. Hope this helps
And you are looking in the wrong place, you need to use something like TortoiseCVS.
After installation, create a folder somewhere on the drive (preferably something like C:\phpBB CVS). Now open command prompt can type in:
Code: Select all
cd c:\phpbb cvs
Code: Select all
cvs -d:pserver:[email protected]:/cvsroot/phpbb login
Code: Select all
cvs -d:pserver:[email protected]:/cvsroot/phpbb -z5 co phpBB2
I'm kinda struggling with UI to download the snapshot. Hope this helps