PDA

View Full Version : version control?


billjarrold
01-25-2010, 12:31 PM
Hi,

If anyone knows of any configuration settings , preferences, plugins, or what-not for making this kind of version control work seemlessly from within vizard, let me know.

I am going to start putting my sources under version control soon (svn, a.k.a. subversion). In fact, a sysadmin will be coming to the lab in 1 hour (i.e. at 1:30 PT).

(I searched the forum for "version control" found many hits but none of them seemed on topic. The documentation has one cryptic page about <viz.res>addPublishFilter with this example....

Example

# Exclude all files containing .svn
viz.res.addPublishFilter('*.svn*')

....Because it mentions "svn" maybe that is a clue but maybe not.

farshizzo
01-26-2010, 09:39 PM
The Vizard IDE does not have direct support for interfacing with a version control system. At WorldViz we use SVN internally for source control, along with the excellent TortoiseSVN shell extension. This setup works very well for us.