[rancid] RANCID with SVN - Deleting Groups

Trix Farrar trix at basement.net
Tue Jul 30 11:42:03 UTC 2013


On Tue, Jul 30, 2013 at 10:01:54AM +0100, Vincent Hoffman-Kazlauskas wrote:
> On 30/07/2013 08:11, Jason Yates wrote:
> > Can anybody tell me how to delete a group from RANCID when using SVN?
> >
> [root at rancid]# cd /var/rancid/test
> [root at rancid]# svn info | grep 'Repository Root'   
> Repository Root: file:///var/rancid/CVS
> [root at rancid]# svn ls file:///var/rancid/CVS/test
> configs/
> router.db
> [root at rancid]# svn rm -m"remove test group" file:///var/rancid/CVS/test
> 
> Committed revision 79.
> [root at rancid]#
> 

$ cd /var/rancid
$ svn rm test
$ svn commit -m 'remove test group'

Should do the same thing.  Either should work.

Source:  http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.delete.html

-- 
John D. "Trix" Farrar            __\\|//__               Basement.NET
trix at basement.net                (` o-o ')   http://www.basement.net/
--------------------------------ooO-(_)-Ooo--------------------------
 GPG Key Fprint: 525F DBA7 1A62 E4C4 E642  DF95 384B B851 3CEF C10A
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://www.shrubbery.net/pipermail/rancid-discuss/attachments/20130730/47b465cb/attachment.bin>


More information about the Rancid-discuss mailing list