sasori Posted February 2, 2010 Share Posted February 2, 2010 Hi, me and other co-noob coders are planning to have a team project for the sake of learning. problem is we don't know how to set up svn LOL I already created a project in google code I already installed tortoise in my machine what should I do next ? please help, I don't know a thing with this LOL Quote Link to comment https://forums.phpfreaks.com/topic/190629-googlecode-and-tortoise-help/ Share on other sites More sharing options...
trq Posted February 2, 2010 Share Posted February 2, 2010 what should I do next ? Checkout a copy of your repo to your local machine and start programming (commiting as you go). There is a great free book on subversion's ins & outs http://svnbook.red-bean.com/en/1.5/index.html ps: Tortoise sux. I find the cli client much easier to use. Quote Link to comment https://forums.phpfreaks.com/topic/190629-googlecode-and-tortoise-help/#findComment-1005355 Share on other sites More sharing options...
sasori Posted February 2, 2010 Author Share Posted February 2, 2010 ok sir, I did what you said, but can you please tell me what are these mysterious folders are ?, they appeared after i checked-out the repository for the first time here's the screen shot Quote Link to comment https://forums.phpfreaks.com/topic/190629-googlecode-and-tortoise-help/#findComment-1005358 Share on other sites More sharing options...
trq Posted February 2, 2010 Share Posted February 2, 2010 The hidden .svn directories should be ignored. They are used by subversion to keep track of changes. You really ought read the book I linked you to. Quote Link to comment https://forums.phpfreaks.com/topic/190629-googlecode-and-tortoise-help/#findComment-1005383 Share on other sites More sharing options...
sasori Posted February 2, 2010 Author Share Posted February 2, 2010 The hidden .svn directories should be ignored. They are used by subversion to keep track of changes. You really ought read the book I linked you to. yes sir, i've been reading it since you posted the link. thanks alot Quote Link to comment https://forums.phpfreaks.com/topic/190629-googlecode-and-tortoise-help/#findComment-1005384 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.