![]() |
working with CI from SVN - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: working with CI from SVN (/showthread.php?tid=12410) |
working with CI from SVN - El Forum - 10-18-2008 [eluser]Bramme[/eluser] Hey all I've got a stupid question: I'm starting on a new project and wanted to use the latest and greatest version of CI. I decided to go with the svn version (mainly because of the new form validation library). So I checked out the trunk with TortoiseSVN and copied the index + system folder to my wamp www directory. But tortoisesvn keeps putting checks in front of the system folders and files (the copied ones). How do I get rid of those? Edit: aha, deleting the .svn folders seems to have done the trick, only the check at the system folder remains. working with CI from SVN - El Forum - 10-20-2008 [eluser]Aken[/eluser] You know those are there as a feature of TortoiseSVN? So you can view files that have changed on your system. Unless they were some way changing things on your test environment. *shrug* I don't do any local file viewing so I dunno if that's why you're experiencing that. ![]() working with CI from SVN - El Forum - 10-20-2008 [eluser]xwero[/eluser] With TortoiseSVN you can do an export of the checkout which is basically a copy of the SVN without the SVN files and folders. |