Discussion:
[rancid] Pointing existing rancid from local svn repo to remote svn
Ian Narcisi
2011-01-05 16:35:08 UTC
Permalink
Hello,

Is this simply altering the BASEDIR=/"local repo" to BASEDIR="/
https://x.x.x.x/repo, or Is there more to this?

Thank you
Ian Narcisi
2011-01-06 16:47:55 UTC
Permalink
When attempting to install rancid svn to a remote server, I get the
following message:

[***@rancid-dev bin]# ./rancid-cvs
*svnadmin: 'https://secure2.test.com/svn/repo/server/network-configs/CVS' is
an URL when it should be a path*

# BASEDIR=/usr/local/rancid/var/rancid; export BASEDIR
PATH=/usr/local/rancid/bin:/usr/bin:/usr/sbin:/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin;
export PATH

# Location of the CVS/SVN repository. Be careful changing this.
# CVSROOT=$BASEDIR/CVS; export CVSROOT
*
CVSROOT=https://secure2.test.com/svn/repo/server/network-configs/CVS; export
CVSROOT*

# Location of log files produced by rancid-run(1).
# LOGDIR=$BASEDIR/logs; export LOGDIR
*
LOGDIR=https://secure2.test.com/svn/repo/server/network-configs/logs; export
LOGDIR*

# Select which RCS system to use, "cvs" (default) or "svn". Do not change
# this after CVSROOT has been created with rancid-cvs. Changing between
these
# requires manual conversions.

*RCSSYS=svn; export RCSSYS*

Any ideas/solutions would be most welcome!
Post by Ian Narcisi
Hello,
Is this simply altering the BASEDIR=/"local repo" to BASEDIR="/
https://x.x.x.x/repo, or Is there more to this?
Thank you
--
Ian Narcisi
Progressive Rock indie musician
Singer/songwriter, drummer, keyboardist

www.ianmusic.com
http://iannarcisi.blogspot.com/
www.myspace.com/ianmuzic
http://www.facebook.com/ian.narcisi?v=info&viewas=703476662
http://twitter.com/IanNarcisi
www.last.fm/music/Ian+Narcisi/Weight+Of+The+Words
www.last.fm/music/Ian+Narcisi/Feel+No+Evil
http://iannarcisi.posterous.com
http://www.sonicbids.com/IanNarcisi
http://www.networkingmusician.com/profile/IanNarcisi
http://www.coloredpeople.net/profile/IanNarcisi
http://www.artition.com/profil.php?user=iannai29
http://cyberprmastermind.ning.com/profile/IanNarcisi

Reviews:

http://www.reviewyou.com/cdreviewblog/ian-narcisi-weight-of-the-words/

http://www.progarchives.com/artist.asp?id=4918#discography

http://www.reviewyou.com/cdreviewblog/ian-narcisi-feel-no-evil/
Daniel Chen
2011-04-06 08:46:54 UTC
Permalink
I just looked at the 'rancid-cvs'; it looks like the shell script is hard-coded for local file (non-URL) location of the CVS/SVN repository.

I am going to hack my installation 'rancid-cvs' to see if I can get the remote URL for SVN import and SVN checkout to work.

Daniel Chen

----- Original Message -----
From: "Ian Narcisi" <***@gmail.com>
To: rancid-***@shrubbery.net
Sent: Thursday, January 6, 2011 11:47:55 AM
Subject: Re: [rancid] Pointing existing rancid from local svn repo to remote svn

When attempting to install rancid svn to a remote server, I get the following message:

[***@rancid-dev bin]# ./rancid-cvs
svnadmin: ' https://secure2.test.com/svn/repo/server/network-configs/CVS ' is an URL when it should be a path

# BASEDIR=/usr/local/rancid/var/rancid; export BASEDIR
PATH=/usr/local/rancid/bin:/usr/bin:/usr/sbin:/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin; export PATH

# Location of the CVS/SVN repository. Be careful changing this.
# CVSROOT=$BASEDIR/CVS; export CVSROOT

CVSROOT= https://secure2.test.com/svn/repo/server/network-configs/CVS ; export CVSROOT

# Location of log files produced by rancid-run(1).
# LOGDIR=$BASEDIR/logs; export LOGDIR

LOGDIR= https://secure2.test.com/svn/repo/server/network-configs/logs ; export LOGDIR

# Select which RCS system to use, "cvs" (default) or "svn". Do not change
# this after CVSROOT has been created with rancid-cvs. Changing between these
# requires manual conversions.

RCSSYS=svn; export RCSSYS

Any ideas/solutions would be most welcome!








On Wed, Jan 5, 2011 at 10:35 AM, Ian Narcisi < ***@gmail.com > wrote:


Hello,

Is this simply altering the BASEDIR=/"local repo" to BASEDIR="/ https://x.x.x.x/repo , or Is there more to this?

Thank you
--
Ian Narcisi
Progressive Rock indie musician
Singer/songwriter, drummer, keyboardist

www.ianmusic.com
http://iannarcisi.blogspot.com/
www.myspace.com/ianmuzic
http://www.facebook.com/ian.narcisi?v=info&viewas=703476662
http://twitter.com/IanNarcisi
www.last.fm/music/Ian+Narcisi/Weight+Of+The+Words
www.last.fm/music/Ian+Narcisi/Feel+No+Evil
http://iannarcisi.posterous.com
http://www.sonicbids.com/IanNarcisi
http://www.networkingmusician.com/profile/IanNarcisi
http://www.coloredpeople.net/profile/IanNarcisi
http://www.artition.com/profil.php?user=iannai29
http://cyberprmastermind.ning.com/profile/IanNarcisi

Reviews:

http://www.reviewyou.com/cdreviewblog/ian-narcisi-weight-of-the-words/

http://www.progarchives.com/artist.asp?id=4918#discography

http://www.reviewyou.com/cdreviewblog/ian-narcisi-feel-no-evil/

_______________________________________________
Rancid-discuss mailing list
Rancid-***@shrubbery.net
http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
Loading...