I need to write a script to make a source safe project ready to be moved to subversion, what do I need to do so far I can think of:
Do I need to remove the "read-only" attribute of all the files as well, or will that not matter?
What language would you write this script in, I was planning to do it in python (os.walk is great), but maybe powershell would be more appropriate to chnage file attributes on windows (if I need to)?
Is there anything else you can think of that needs to be done before I move the project to SVN?
Tool of SVN and VSS The tool was originally developed by a company named One Tree Software which was later acquired by Microsoft. VSS is discontinued service now. SVN, on the other hand, is a free, open source version and revision control system distributed under the Apache License.
SVN is a popular tool for code hosting. It is used to manage different versions of files like source code, documentation and more. It keeps history and project data. Subversion is an open-source tool and comes under the Apache License.
Vss2Git is a Windows GUI application that exports all or parts of an existing Microsoft Visual SourceSafe 6.0 (VSS) (Wikipedia) repository to a new Git repository.
For a manual migration (or to understand what happens) :
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With