Subversion doc for ao repositories

sep10

Software under svn
disc locations for repositories and working copies
    Moving to web access
Individual repository info
svn commands

Intro (top)

    Svn is used for version control in a number of software products at AO. Putting a software project under svn includes:

Software currently under svn: (top)


Disc locations: (top)


software
Repository name
(http://svn.naic.edu/repos  or
 /share/svnrepos/repos/)
Source location
within repository
working area
Cima
Cima
Cima/Cima/trunk/Software
/home/cima/svn/Cima
  • mocksp
  • svnwork
Wapp
Wapp
Wapp/Wapp/trunk/Software
/home/cima/svn/Wapp/

aosoft
aosoft
asoft/trunk/
/share/megs/phil/svn/aosoft
Online pdevs1:
/home.local/phil/svn/aosoft
idl
idl
idl/idl/trunk/
/share/megs/phil/svn/idl
pdev
pdev
pdev/pdev/trunk
/share/megs/phil/svn/pdev
Online pdevs1:
/home.local/phil/svn/pdev
pdevjm
pdevjm
pdevjm/trunk
/share/megs/phil/svn/pdevjm
online
vw
vw
vw/vw/trunk
/home/phil/vw
vwTcl
vwTcl
vwTcl/vwTcl/trunk
/home/online/Tcl
vwcfg
vwcfg
vwcfg/trunk/vw
/home/online/vw



Moving to web acces

    On 13jan13 we moved to web access of the repositories:
Moving working areas to the new repository:

Individual Repository structure  (top)



Cima (top)


Wapp (top)


aosoft(top)


idl -  holds  phil's idl code  (top)


pdev - the datataking system for pdev. excludes jeff's code  (top)


vw - vxWorks datataking code from /home/phil/vw/  (top)


vwTcl - tcl procedures for vxWorks. from /home/online/Tcl (top)



vwcfg - vxworks config info

I left out load.. since these are stored in source form.
i then : moved /home/online/vw/vw_07aug15
checkedout a working copy in /home/online/vw
copied the things not in the repos vwo vw_07aug15 (load, etc)...
eventually i'll delete vw_07aug15.. need to worry about vxworks links..


svn commands  (top)

svnlook -commands

    svnlook allows administrators to query info in the repository. It needs to be run on the same machine as the repository.

svnversion:

    Tells the range of versions that are in the current working direcotory (not the repository).



 Notes:

home_~phil