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 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. 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 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. 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 Link to comment https://forums.phpfreaks.com/topic/190629-googlecode-and-tortoise-help/#findComment-1005384 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.