LOL
I See ... You do not understand SVN.
SVN is a repository system. Using an appropriate SVN command you can actually "query" the system for ALL available versions in all or each individual branch (including trunk).
one possible method (execute from within the /usr/src/astguiclient directory, or create a new subdirectory called /usr/src/astguiclient/TEST and execute from there
):
- Code: Select all
svn co -r {"2010-07-17 22:36:55 -0500"} svn://svn.eflo.net:43690/agc_2-X/trunk
A cooler version if you want to "match" an existing install (handy for clustering without upgrading the cluster):
On system you're trying to match:
- Code: Select all
cd /usr/src/astguiclient/trunk
svn info
On system you're installing:
- Code: Select all
cd /usr/src/astguiclient/trunk
svn up -r XXXX
XXXX=version from svn info