Forge Questions
-
w0dk4 wrote:
Btw. I noticed your project(s) spamming the News (which are also shown on the forge front page).Yeah, I already spoke with the author of that News blurb, but I did not realize that all News is public! I will pass that along, as well.
Thanks for the responses. If you find yourself tinkering with the Forge someday, I would love to see WebDAV or FTP for the files section. Thanks for the tip on versions… that might do the trick.
The other guys on the project are loving it (as do I). This is the first time they have used a development server and they are very pleased about the great features for collaborative development.
.
-
Yeah, I already spoke with the author of that News blurb, but I did not realize that all News is public! I will pass that along, as well.
Oh, my bad! I am logged in as admin, thats why I see it on the front page, while your project is private so normal users dont see those news
Same applies to the files, etc…So, all is well
-
w0dk4 wrote:
1.) Try again, I changed something.That worked… watched forums are now sending emails.
Thanks, w0dk4!
.
-
I have been keeping notes while setting up the Forge project for my team. Perhaps others might find them helpful.
.
-
Bullwinkle wrote:
I have been keeping notes while setting up the Forge project for my team. Perhaps others might find them helpful..
Very nice! I’ll link this on the forge frontpage
-
w0dk4 wrote:
Very nice! I’ll link this on the forge frontpageExcellent.
I am still working on documenting a TortoiseSVN implementation, but I have not got it 100% stable.
When I test setting up a new user by checking out the entire mod tree, the SVN server seems to quit before the check out finishes. Is that some bandwidth-limiting check that does that? If so, then I don’t blame you… a bunch of modders checking out entire trees could consume a lot of bandwidth.
I could set up users by having them install the mod, then run a “check for updates” against it, but that seems complex for people who have never used a VCS before. I am hoping to explain a reliable setup process as simply as possible.
.
-
bulldogg wrote:
im trying to get a copy of FLSES from the forge, how can i checkout the svn as a read only user?EDIT: I added instructions with pictures to the Forge Tips page.
If you are using the TortoiseSVN client:
[olist]
-
In Windows Explorer, make a folder where you want to put the FLSES project tree.
-
Right-click the folder and select “SVN Checkout”
-
In the Checkout dialog, enter the URL of repository:
http://svn.the-starport.net/flses -
Click “OK”
[/olist]
If you are prompted for username and password, use your Forge credentials.
TortoiseSVN should then fill your selected folder with the newest revision from the FLSES SVN Repository.
Don’t worry… SubVersion CheckOuts do not lock anything. “Export” does nearly the same thing. The difference between “Export” and “Checkout” in SubVersion is that a CheckOut adds hidden .svn folders which SubVersion then uses if you ever CheckIn a modified file.
(Note that SubVersion CheckOuts are different than other Version Control Systems which lock Checked Out files.)
.
-
-
When I test setting up a new user by checking out the entire mod tree, the SVN server seems to quit before the check out finishes. Is that some bandwidth-limiting check that does that? If so, then I don’t blame you… a bunch of modders checking out entire trees could consume a lot of bandwidth.
no that shouldnt really happen… we also dont experience it at the freeworlds svn… sure this is a server problem?
-
w0dk4 wrote:
no that shouldnt really happen… we also dont experience it at the freeworlds svn… sure this is a server problem?OK, thank you.
No, I am not sure that it is a server problem, but I wanted to ask so that I would not hammer your bandwidth just in case you were limiting it.
The TortoiseSVN client reports that the server closed the connection – which could mean many different things. I will continue to debug.
When I tested my response to bulldogg, I Checked Out the FLSES project with no problem. So it could have something to do with our project.
.
-
What are the rights for the Developer and Reporter roles?
I see a list of all of the rights in the docs, but not descriptions of the roles.