You need to sign in to do that
Don't have an account?
OnDem Dev
Is there any Version Control System in Salesforce?
Hi,
Suppose if i do three manage releases 1.0, 2.0, 3.0 of my app. After the third release, if i want to revert back the code which i had released in 1.0.
Is there any version control system through which i can get back the earlier code .
How can i achieve this?
Any help on this will be highly appreciated.
Thanks,
All Answers
You will want to install a subversion server on your machine somewhere. (and remember to add it to whatever scheme you're using for regular backups.)
http://subversion.tigris.org/
Then a plug-in for Eclipse. I've installed:
http://subclipse.tigris.org/
...and then you'll register your subversion server with eclipse. You can also use the plug-in to browse other people's SVN repository when they make the url's available.
Either way, there's a lot of doc out there. There are also other integration solutions, for example you can integrate SVN directly into windows if you have files to edit that you don't touch through eclipse.
Best, Steve.
Looks like this link is down ?
Yup! link is down