From users-return-815-daniel=haxx.se@subversion.apache.org Wed Feb 3 13:32:52 2010 Return-Path: Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9) with SMTP id o13CWpXJ032031 for ; Wed, 3 Feb 2010 13:32:52 +0100 Received: (qmail 17608 invoked by uid 500); 3 Feb 2010 12:32:46 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 17600 invoked by uid 99); 3 Feb 2010 12:32:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2010 12:32:46 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pgeric@gmail.com designates 209.85.210.204 as permitted sender) Received: from [209.85.210.204] (HELO mail-yx0-f204.google.com) (209.85.210.204) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2010 12:32:38 +0000 Received: by yxe42 with SMTP id 42so898792yxe.22 for ; Wed, 03 Feb 2010 04:32:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=4ypDYWitfW7xvDp/QLAFmApYLMS8xiT3NgoiGyJjBI4=; b=AuLkGpi2SRJTv+Zn6XiKF4FrviQJ8mKoBwxtpv4cewWd68N1GbGENC8vJZniewx4Wq HGgLD1Vyf3k8JdK7mL5BSGXour0JWBTeKouu+ljf/xRCSIEsGfex53/3Ro5ag+XDB15W PIlUMoO6oKBXWBhMOOs47OyQ4FeVothX5k0HE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=LrP4AUd93Oq82jnsiWKFzoRra3fvRzeO6mOJ1Vro2mVKihdKzr5mFRn7kGQEyqhgdn LmaGAOivAkZn92Vo4cuCSbWOuRXonQitBxM4ESIJizg0hOKCJBZvJBWbQwHuCrBF0tF6 x5kSfyq8cLkJH+kdOuzsmCkJvK1DRm69o1SnQ= MIME-Version: 1.0 Received: by 10.101.55.13 with SMTP id h13mr9742055ank.202.1265200337726; Wed, 03 Feb 2010 04:32:17 -0800 (PST) In-Reply-To: <866785e41002030128seef7634h1f8ece13b2e51570@mail.gmail.com> References: <866785e41002030128seef7634h1f8ece13b2e51570@mail.gmail.com> Date: Wed, 3 Feb 2010 20:32:17 +0800 Message-ID: <9f76e56f1002030432j77496c76ifd5f0ca0c22078d1@mail.gmail.com> Subject: Re: svn:ignore an existing file From: Eric Lee To: GF Cc: users@subversion.apache.org Content-Type: multipart/alternative; boundary=001636ed737db32de4047eb168da X-Virus-Checked: Checked by ClamAV on apache.org --001636ed737db32de4047eb168da Content-Type: text/plain; charset=UTF-8 On Wed, Feb 3, 2010 at 5:28 PM, GF wrote: > Hello everyone. > I've two question about svn:ignore > > 1) I've a file that MUST exist in the repository in its "default" > version, but i don't want that people to commit any local change to > it. Is there a way to have this behaviour with svn:ignore? > I mean that with "svn co ..." that file will be checked out as it is > in the repository, but any local change to it will not be included of > any "svn commit ..." > > 2) If the file i wish to ignore starts with a dot (for example > .myfile) should I use some escaping of the dot in the svn:ignore > property? > GF You may try out the pre-commit hook + svnlook changed command. These might be help ! Regards, Eric, > Thank You. > --001636ed737db32de4047eb168da Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On Wed, Feb 3, 2010 at 5:28 PM, GF <ganfab@gmail.com&g= t; wrote:
Hello everyone.
I've two question about svn:ignore

1) I've a file that MUST exist in the repository in its "default&q= uot;
version, but i don't want that people to commit any local change to
it. Is there a way to have this behaviour with svn:ignore?
I mean that with "svn co ..." that file will be checked out as it= is
in the repository, but any local change to it will not be included of
any "svn commit ..."

2) If the file i wish to ignore starts with a dot (for example
.myfile) should I use some escaping of the dot in the svn:ignore
property?


=C2=A0GF

You may try out the = pre-commit hook + svnlook changed command.
These might be help !

=
Regards,
Eric,


Thank You.

--001636ed737db32de4047eb168da--