Re: Queries on SVN
Andreas Stieger <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, On 2024-01-08 07:12, [email protected] wrote: > > o *Does Subversion support Version control for LabVIEW, > test-stand, AutoCAD, SolidWorks?* > Yes. However note that these files are not suitable for text-base merging as they are not code. Meaning that any version control system, including svn, should be configured to required locking prior to editing, in order to enforce a sequence in editing. https://svnbook.red-bean.com/nightly/en/svn.basic.version-control-basics.html#svn.basic.vsn-models.copy-merge https://svnbook.red-bean.com/nightly/en/svn.advanced.locking.html > o Does Subversion automatically update revision when someone > makes any changes in the documents? > Auto-versioning is supported with WebDAV https://svnbook.red-bean.com/nightly/en/svn.webdav.html https://svnbook.red-bean.com/nightly/en/svn.webdav.autoversioning.html Andreas