[RESOLVED] Multiple PCs One Project
Hello
I dont know if this's the right section to my question, if it's not i am sorry.
I have one project in VB 2005 and i work in three computers, my work pc, my home pc and sometimes in my notebook.
I need some kind of server that sync my files in the server, every time that i made changes to the code.
By the way the computers connect to each other over the internet. I use logmein and no-ip.
Thanks
Re: Multiple PCs One Project
I like Subversion very much. It's kind of like a modern CVS. It will keep track of your coding revisions and runs on windows, mac and linux... You can read more about it here: http://subversion.tigris.org/
Re: Multiple PCs One Project
Thanks for the answer...
But there's a lot of options, what option should i choose? Some one simple and quick to install and to use? :)
Thanks
Re: Multiple PCs One Project
subversion is as easy as it gets. Give it a try, I think you will like it. You can also try a nice shell extension to make the checking in and checking out code easier. I like tortoisesvn (for windows), which you can find here: http://tortoisesvn.tigris.org/
Re: Multiple PCs One Project
i'll install the visualsvn server...
and try the tortoisesvn!
Thanks