Author Topic: Should project and workspace files be shared under source control?  (Read 3461 times)

highpacific

  • Community Member
  • Posts: 6
  • Hero Points: 0
Hi All,
  I have used slick edit as a general editor for a long time.  Version 4.0.   I recently upgraded to version 11.02 and am trying to use projects.  THere are several people working on this project with me and we are using Subversion for source control.  What is recommended?

Should each developer have a seperate workspace and project file or should these be shared and placed under source control?

 Does that make sense?

Oh and by the way we are do a Ruby on Rails project.

Thanks,
Matt

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6864
  • Hero Points: 528
Re: Should project and workspace files be shared under source control?
« Reply #1 on: January 11, 2007, 07:03:57 PM »
You want the SlickEdit.vpw and .vpj files under version control.  Each developer should check out their own local copy of the .vpw and .vpj files with the source code.

Hope this helps