[viewvc-users] Conversion from CVS to Subversion (UNCLASSIFIED)

"Glasgow, Steven R CIV USARMY TRADOC ANALYSIS CTR (US)" <[email protected]> Thu, 25 Oct 2012 14:25:49 +0000
Newsgroups gmane.comp.version-control.cvs.viewcvs.user
Message-ID <6132691E064DAC49B214555A63470274470169C1@UTINHPZY.easf.csd.disa.mil>
Classification: UNCLASSIFIED
Caveats: NONE

Hoping anyone can help me out...

I have been using viewVC for quite a while for viewing the progression of
our LOCAL CVS repository.  We are looking to switching to Subversion, which
I'm currently testing.

I have created the Subversion repository and imported each of our CVS
modules into it as separate projects:

    "cd <emptyCVSSandbox>"
    "cvs co <module1> ... <moduleN>"
    "rm -rf `find . -name "CVS" -print`" to avoid transferring the CVS
information into Subversion (starting fresh).
    "svnadmin create <path>/svn"
    "svn mkdir file://<path>/svn/tags"
    "svn mkdir file://<path>/svn/branches"
    "svn import <module1> file://<path>/svn/<module1>"
    ...
    "svn import <moduleN> file://<path>/svn/<moduleN>"

Now I want to be able to use viewVC to look at this new repository and not
having much success.  I use viewVC in its simplest form with CVS:

    <pathToViewVC>/bin/standalone.py -g -r $CVSROOT

The above command worked "right out of the box" for looking at the CVS
repository.  I have made one very minor change to the
<pathToViewVC>/lib/config.py file to turn on the use of cvsgraph.

Now I want to do something similar with the Subversion repository I created
(I'm aware that cvsgraph does not work with Subversion) and the following
command does not work and I'm finding little information on how to fix it:

    <pathToViewVC>/bin/standalone.py -g -r <path>/svn

What changes to the defaults section of <pathToViewVC>/lib/config.py do I
need to make?

Thank you,
Steve



Classification: UNCLASSIFIED
Caveats: NONE

------------------------------------------------------
http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=3023462

To unsubscribe from this discussion, e-mail: [[email protected]].
smime.p7s (application/x-pkcs7-signature, 5.5 KB) - not displayed