Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Best way to version control a VS2005 Project

  • 23-11-2007 06:22PM
    #1
    Hosted Moderators Posts: 7,486 ✭✭✭


    I've already got most of my research code in a subversion repository. Some work I'm doing will involve a visual studio 2005 project for use with the Intel fortran compiler. I'm just wondering should I be versioning just the source files or should I also version the .vsproj file too? I use the repository on two computers just for the record.


Comments

  • Registered Users, Registered Users 2 Posts: 801 ✭✭✭Nature Boy


    Use visual source safe, it integrates with visual studio very well, and yes, definately check in the .vsproj too.


  • Registered Users, Registered Users 2 Posts: 15,443 ✭✭✭✭bonkey


    Put everything into the repository, even if it means that you have the same stuff installed in the same place on each machine.

    If you have SVN and it works for you....don't change. There's add-ins for Visual Studio to give you the nice integration, but to be honest I haven't used them. I use tortoiseSVN for pretty-much all my SVN needs.


  • Registered Users, Registered Users 2 Posts: 640 ✭✭✭Kernel32


    You version everything. If your using subversion then don't bother to change to Visual Source Safe. I have been a VSS user for years and years, never had a problem. A while ago based on some good feedback about subversion we started to move some of our projects to it and I have to say I love it. We will be moving all our source code to subversion over the course of next year. You can get plugin's for VS.Net as well, Ankh I think it's called, seems to work fine.


  • Hosted Moderators Posts: 7,486 ✭✭✭Red Alert


    Great stuff - thanks a lot!


Advertisement