Synchronize VS2005 Projects directory?

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

I started to use MS Visual Basic 2005 Express Edition to learn how to
program in Visual Basic. This Express Edition saves projects in this path:

C:\Documents and Settings\Username\My Documents\Visual Studio 2005\Projects

Is there a way to synchronize the Visual Studio 2005 Projects directory
between another computer? I use two computers, a desktop and a laptop, and
like to keep all my projects synchronized between these two computers.

Thanks.
 
We use a version control program called "Subversion" but any similar
version control package will do what you are asking. A really nice
program for comparing two folders (and inspecting differences in files
in that folder) is Beyond Compare (http://www.scootersoftware.com/)
Mark
 
Back
Top