From users-return-5166-daniel=haxx.se@subversion.apache.org Tue Oct 5 02:17:23 2010 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on giant.haxx.se X-Spam-Level: X-Spam-Status: No, score=0.5 required=3.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID,T_RP_MATCHES_RCVD autolearn=no version=3.3.1 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9.1) with SMTP id o950HLNg004798 for ; Tue, 5 Oct 2010 02:17:22 +0200 Received: (qmail 58205 invoked by uid 500); 5 Oct 2010 00:17:10 -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 58198 invoked by uid 99); 5 Oct 2010 00:17:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 00:17:10 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS Received-SPF: pass (nike.apache.org: domain of techgeek12345@gmail.com designates 74.125.82.47 as permitted sender) Received: from [74.125.82.47] (HELO mail-ww0-f47.google.com) (74.125.82.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 00:17:03 +0000 Received: by wwf26 with SMTP id 26so10351597wwf.16 for ; Mon, 04 Oct 2010 17:16:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=LdWgz02EPZtnbUXUwxVKnt2LY2uY5ZIL3gDPW83XWZg=; b=mH8dg7aCMP3cCsAsMVzavm+F5PAGnIo4SGIRLDFkewNx8CycJ0YSto1njg+UJqJv6A nIdjpSfH1G0xVIESKW9T/3nk5kkpaPKkFjnQVuJrlUxzCzlrE87fNiZA9NzzykjhhufE NvmsuVWszohwq3H6iCbybSAlW+kEtYImBd5F4= 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=fbHyZU1FVJaqoeU0EZygDmoV0baLHrkEyUZlzhvw6rD33hyedzGITScdA0zisaLREd Aqff6FVg9LLu15BTPPimzjtOv/dFLXhRfm9kNuG1fl800zR43O+l7mfr6O4laLl+c67m nuFXgC9UUCbqZozxUrHr0nuZnBwJ7TR47WcSc= MIME-Version: 1.0 Received: by 10.216.53.19 with SMTP id f19mr330716wec.22.1286237802689; Mon, 04 Oct 2010 17:16:42 -0700 (PDT) Received: by 10.216.28.135 with HTTP; Mon, 4 Oct 2010 17:16:42 -0700 (PDT) In-Reply-To: References: Date: Mon, 4 Oct 2010 17:16:42 -0700 Message-ID: Subject: Re: Copying hooks automatically upon repository creation From: Tech Geek To: Ryan Schmidt Cc: Subversion Users Content-Type: multipart/alternative; boundary=0016e6db24d053741d0491d393b4 X-Virus-Checked: Checked by ClamAV on apache.org X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.3.5 (giant.haxx.se [80.67.6.50]); Tue, 05 Oct 2010 02:17:23 +0200 (CEST) X-Friend: Nope --0016e6db24d053741d0491d393b4 Content-Type: text/plain; charset=ISO-8859-1 Ryan, > sudo -u "$USER" ln -s ../../conf "$REPO" || exit $? > sudo -u "$USER" ln -s ../../hooks "$REPO" || exit $? > I just realized that the above two commands will fail, if the repositories are on a SMB/CIFS mounted share on the Linux system, with the following message: ln: creating symbolic link conf: Operation not supported How do we get around in this situation? --0016e6db24d053741d0491d393b4 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Ryan,
=A0
sudo -u "$USER" ln -s = ../../conf "$REPO" || exit $?
sudo -u "$USER" ln -s = ../../hooks "$REPO" || exit $?
I just realized that the above two commands will fail,=A0if the reposi= tories are on a SMB/CIFS mounted share on the Linux system, with the follow= ing message:
ln: creating symbolic link conf: Operation not supported
=A0
How do we get around in this situation?
--0016e6db24d053741d0491d393b4--