User forums > Announcements

Source code repository to be moved

<< < (4/8) > >>

Urxae:
Looks like the SVN repository is currently being imported. (It's not done yet, the HEAD revision keeps jumping)

EDIT: And holding steady at revision 1385. Gentlemen, start your Subversion clients! :)

yop:
Anything to watch out for? I'll use tortoiseSVN and have never used svn before :oops: (we use cvs at work)

mandrav:
Indeed, the migration is finished :D

For anonymous SVN access you can use either
--- Code: ---svn checkout svn://svn.berlios.de/codeblocks/trunk
--- End code ---
(via svn protocol), or
--- Code: ---svn checkout http://svn.berlios.de/svnroot/repos/codeblocks/trunk
--- End code ---
(via HTTP).

Developers must use either
--- Code: ---svn checkout svn+ssh://developername@svn.berlios.de/svnroot/repos/codeblocks/trunk
--- End code ---
(via svn+ssh protocol), or
--- Code: ---svn checkout https://developername@svn.berlios.de/svnroot/repos/codeblocks/trunk
--- End code ---
(via HTTPS).

mandrav:
Reminder:
Developers that have not yet sent me their BerliOS account names, please do so as soon as possible...

This means: byo, mispunt, zieq and zlika.

Ceniza:
What I didn't like is TortoiseSVN asking me the password like 3 times for everything...

BTW... has SVN any way to compress data when checking out or does it do it by default?

Anyway, it's good to see it working :)

I hope all my permissions be correctly set and I don't destroy anything :P

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version