From maxx@77.94.42.156.satgate.net  Sat Oct  9 18:06:43 2010
Return-Path: <maxx@77.94.42.156.satgate.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 91FED106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  9 Oct 2010 18:06:43 +0000 (UTC)
	(envelope-from maxx@77.94.42.156.satgate.net)
Received: from chewbacca.satgate.net (chewbacca.satgate.net [82.198.31.59])
	by mx1.freebsd.org (Postfix) with ESMTP id 47BBC8FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  9 Oct 2010 18:06:42 +0000 (UTC)
Received: from mx.satgate.net ([82.198.6.118] helo=satgate.net)
	by chewbacca.satgate.net with esmtp (Exim 4.69)
	(envelope-from <maxx@77.94.42.156.satgate.net>)
	id 1P4dZu-0002m9-5P
	for FreeBSD-gnats-submit@freebsd.org; Sat, 09 Oct 2010 20:51:26 +0300
Received: from [77.94.42.156] (HELO 77.94.42.156)
  by satgate.net (CommuniGate Pro SMTP 5.3.8)
  with ESMTPS id 25888767 for FreeBSD-gnats-submit@freebsd.org; Sat, 09 Oct 2010 20:47:41 +0300
Received: from 77.94.42.156 (localhost [127.0.0.1])
	by 77.94.42.156 (8.14.4/8.14.4) with ESMTP id o99HpIAW026166
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 9 Oct 2010 20:51:20 +0300 (EEST)
	(envelope-from maxx@77.94.42.156.satgate.net)
Received: (from maxx@localhost)
	by 77.94.42.156 (8.14.4/8.14.4/Submit) id o99HpIXa026165;
	Sat, 9 Oct 2010 20:51:18 +0300 (EEST)
	(envelope-from maxx)
Message-Id: <201010091751.o99HpIXa026165@77.94.42.156>
Date: Sat, 9 Oct 2010 20:51:18 +0300 (EEST)
From: "Maxim P. Kondakov" <maxx@satgate.ne>
Reply-To: "Maxim P. Kondakov" <maxx@satgate.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: port net-mgmt/rancid doesn't work corretly with SVN
X-Send-Pr-Version: 3.113
X-GNATS-Notify: janos.mohacsi@bsd.hu

>Number:         151347
>Category:       ports
>Synopsis:       port net-mgmt/rancid doesn't work corretly with SVN
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 09 18:10:09 UTC 2010
>Closed-Date:    Tue Feb 22 16:05:41 UTC 2011
>Last-Modified:  Tue Feb 22 16:10:11 UTC 2011
>Originator:     Maxim P. Kondakov
>Release:        FreeBSD 8.1-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD 77.94.42.156 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #1: Sun Oct 3 21:39:29 EEST 2010 root@77.94.42.156:/usr/obj/usr/src/sys/MAXX8 i386


	rancid 2.3.4 with SVN version 1.6.12 (r955767) compiled from ports
>Description:
There is an error in rancid when using svn instead of cvs. While running 
rancid-run i've get "Out of date error":
-----------------------------------------------------
Trying to get all of the configs. 
All routers sucessfully completed. 

svn: Commit failed (details follow): 
svn: Out of date: '/border' in transaction '10-1' 
Sending .
-----------------------------------------------------
>How-To-Repeat:
Run rancid-run
>Fix:

Fix was submitted at http://www.gossamer-threads.com/lists/rancid/users/5220

full patch below:

--- control_rancid.old  2010-09-17 09:30:59.000000000 +0200
+++ control_rancid      2010-09-17 09:33:03.000000000 +0200
@@ -345,6 +345,10 @@
 done
 cd $DIR

+if [ $RCSSYS = svn ] ; then
+    $RCSSYS update >/dev/null 2>&1
+fi
+
 # no routers, empty list or all 'down'
 if [ ! -s routers.up ]
 then	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Oct 9 18:10:35 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151347 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: janos.mohacsi@bsd.hu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/151347: port net-mgmt/rancid doesn't work corretly with SVN
Date: Sat, 9 Oct 2010 18:10:33 UT

 Maintainer of net-mgmt/rancid,
 
 Please note that PR ports/151347 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/151347
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: arved 
State-Changed-When: Tue Feb 22 16:05:35 UTC 2011 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151347 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151347: commit references a PR
Date: Tue, 22 Feb 2011 16:05:29 +0000 (UTC)

 arved       2011-02-22 16:05:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt/rancid      Makefile 
   Added files:
     net-mgmt/rancid/files patch-bin-rancid.in 
   Log:
   Fix a bug when using svn instead of cvs
   
   PR:             151347
   Submitted by:   "Maxim P. Kondakov" <maxx@satgate.ne>
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.30      +1 -0      ports/net-mgmt/rancid/Makefile
   1.1       +13 -0     ports/net-mgmt/rancid/files/patch-bin-rancid.in (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
