From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 11:56:23 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E8FE1065693 for ; Wed, 3 Oct 2012 11:56:23 +0000 (UTC) (envelope-from freebsd@pki2.com) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) by mx1.freebsd.org (Postfix) with ESMTP id 076BE8FC14 for ; Wed, 3 Oct 2012 11:56:22 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by btw.pki2.com (8.14.5/8.14.5) with ESMTP id q93BuEW0003104 for ; Wed, 3 Oct 2012 04:56:14 -0700 (PDT) (envelope-from freebsd@pki2.com) From: Dennis Glatting To: questions@freebsd.org Content-Type: text/plain; charset="ISO-8859-1" Date: Wed, 03 Oct 2012 04:56:14 -0700 Message-ID: <1349265374.14318.19.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-yoursite-MailScanner-Information: Dennis Glatting X-yoursite-MailScanner-ID: q93BuEW0003104 X-yoursite-MailScanner: Found to be clean X-MailScanner-From: freebsd@pki2.com Cc: Subject: svn vs csup usage question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2012 11:56:23 -0000 I often modify configuration files in the src and ports tree. Normally this isn't a problem becuase csup determines which files changed and pulled fresh copies from the repository. I doin't see a svn mechansim to do that, for example: svn co -verify repo target It appears the contents of .svn is all that is check on checkout and not the files themselves.