Hi folks,
I've now set up a new SubVersion server. You can find it and some instructions at http://ctp2.darkdust.net. The SubVersion URL is https://ctp2.darkdust.net/svn.
After reading through the EULA and the FAQ here in the forum I think I can't provide anonymous access as that seems to be against the EULA since I can't guarantee that someone who checks out anonymously has read and agreed to the EULA. So you need to send me an e-mail stating that you have read and agreed to the EULA and what username and password you'd like to use.
If you've checked out from kaan's SubVersion repository you don't need to re-checkout the source. You can use "svn switch" like this:
If you can't remember the old URL, just have a look at the .svn/entries file.
Because I don't have Windows I can't tell you how to do this relocating with TortoiseSVN.
I've also create a mailing list ctp2-commit@darkdust.net. Every commit will generate a mail on that list, so if you subscribe to that list (infos and link to archive on http://ctp2.darkdust.net) you won't miss a commit :-) And if I manage to get that archive searchable we can then easily search in the commit logs. You can already see the commit logs from the past revisions in the archive.
There's also a second mailing list, ctp2-dev@darkdust.net. I personally like mailing lists more than forums when it comes to discussing coding issues, but that's just my personal taste. Please tell me if you think a mailing list is a good idea or whether you'd like to stick to the forum.
This is the first time I've actually set up SubVersion with https, I normally use SSH but this is out of question here, IMHO. And this is the first time I've installed/set up Mailman/Hypermail, so if you notice any problems (especially potential security problems) please tell me. Thanks.
I've now set up a new SubVersion server. You can find it and some instructions at http://ctp2.darkdust.net. The SubVersion URL is https://ctp2.darkdust.net/svn.
After reading through the EULA and the FAQ here in the forum I think I can't provide anonymous access as that seems to be against the EULA since I can't guarantee that someone who checks out anonymously has read and agreed to the EULA. So you need to send me an e-mail stating that you have read and agreed to the EULA and what username and password you'd like to use.
If you've checked out from kaan's SubVersion repository you don't need to re-checkout the source. You can use "svn switch" like this:
Code:
cd workingcopy svn switch --relocate oldurl [url]https://user@ctp2.darkdust.net/svn[/url]
Because I don't have Windows I can't tell you how to do this relocating with TortoiseSVN.
I've also create a mailing list ctp2-commit@darkdust.net. Every commit will generate a mail on that list, so if you subscribe to that list (infos and link to archive on http://ctp2.darkdust.net) you won't miss a commit :-) And if I manage to get that archive searchable we can then easily search in the commit logs. You can already see the commit logs from the past revisions in the archive.
There's also a second mailing list, ctp2-dev@darkdust.net. I personally like mailing lists more than forums when it comes to discussing coding issues, but that's just my personal taste. Please tell me if you think a mailing list is a good idea or whether you'd like to stick to the forum.
This is the first time I've actually set up SubVersion with https, I normally use SSH but this is out of question here, IMHO. And this is the first time I've installed/set up Mailman/Hypermail, so if you notice any problems (especially potential security problems) please tell me. Thanks.
Comment