[eluser]adamp1[/eluser]
Just having a play around with the google code SVN since I don't have my own webserver and theres a few things I want to ask.
1. Does anyone else use google code svn and if so is it very slow to download and upload changes. Im getting speeds of less than 1kbps.
2. Is it possible to have two SVN's, say one for a little library and another for a large project. Now the big project uses the little library, can you create a link so the big project updates from the little library, instead of me having to upload the changes to both, if I change the little library?
3. Also does anyone have any good web pages I could read to lean more about tagging/branches?
So in respect to (2) if I have my little library folder layout in the svn/trunk as follows
Code:
system
|- application
|- libraries
|- mylibrary.php
And my main project folder with the CI folder structure, but without the mylibrary.php. Would it just copy the file into the folder structure or would it copy the entire thing along side it but renaming the system folder to system(1) or something?
Thanks