Reputation: 2124
Have you tried to use SharePoint with version control such as Perforce (or Subversion), how did you do it?
Upvotes: 3
Views: 2089
Reputation: 28325
When you develop solutions for SharePoint using Visual Studio, there is nothing special if you are targeting SharePoint. All of your source files are handled as they normally are when you are using a version control system. I have used CVS, SourceGear and VSS successfully without any issues.
But since you are asking, I wonder if you really mean changes you are doing using SharePoint Designer? Well, first, really consider switching over to developing your customization using features and solutions in Visual Studio instead. You have a much better control over the things you have modified, and I don't believe SharePoint Designer has support for source version control.
Upvotes: 5