Davinci Interface

From krc
(Difference between revisions)
Jump to: navigation, search
 
(One intermediate revision by one user not shown)
Line 2: Line 2:
  
 
The Davinci  KRC interface is currently in beta testing. The most recent [http://oss.mars.asu.edu/svn/davinci/davinci_library/branches/krc_interface/krc.dvrc krc.dvrc] is available for download via the Davinci subversion repository.
 
The Davinci  KRC interface is currently in beta testing. The most recent [http://oss.mars.asu.edu/svn/davinci/davinci_library/branches/krc_interface/krc.dvrc krc.dvrc] is available for download via the Davinci subversion repository.
 +
(See [[link_DVRC]] for additional information)
 +
 +
 +
  
 
-----
 
-----
  
'''Checkout, edit and upload a working Copy from SVN (This is only for people working on updating the Davinci/KRC interface)'''
+
 
 +
''(This is only for people working on updating the Davinci/KRC interface)''
 +
 
 +
 
 +
'''Checkout, edit and upload a working Copy from SVN '''
 +
 
 
After the [https://subversion.apache.org/ subversion] package is installed on your computer follow these instructions to check out a copy
 
After the [https://subversion.apache.org/ subversion] package is installed on your computer follow these instructions to check out a copy
  

Latest revision as of 12:29, 17 January 2025

Download the Interface

The Davinci KRC interface is currently in beta testing. The most recent krc.dvrc is available for download via the Davinci subversion repository. (See link_DVRC for additional information)





(This is only for people working on updating the Davinci/KRC interface)


Checkout, edit and upload a working Copy from SVN

After the subversion package is installed on your computer follow these instructions to check out a copy

If you have not already done so, make a clean working directory Change to a working directory and make a new folder called "dv_interface"

mkdir dv_interface

Checkout a copy of the interface from subversion

svn checkout http://oss.mars.asu.edu/svn/davinci/davinci_library/branches/krc_interface dv_interface

Note: you will edit the file "dv_interface/krc.dvrc". Make sure to change the path at the top of krc.dvrc to the top level directory of the current compiled version of krc 3.2.1


Update a local copy of the interface (check for changes on the server)

cd dv_interface
svn update

To commit a change (must have privileges to the repository

cd dv_interface
svn commit -m"Type your change message here, be detailed!" krc.dvrc
Personal tools