From users-return-22583-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Thu Dec 4 16:42:41 2014 Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ECFC8101E3 for ; Thu, 4 Dec 2014 16:42:41 +0000 (UTC) Received: (qmail 72599 invoked by uid 500); 4 Dec 2014 16:42:41 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 72571 invoked by uid 500); 4 Dec 2014 16:42:41 -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 72246 invoked by uid 99); 4 Dec 2014 16:42:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2014 16:42:40 +0000 X-ASF-Spam-Status: No, hits=3.4 required=5.0 tests=FORGED_YAHOO_RCVD,FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 209.85.216.59 is neither permitted nor denied by domain of xsli2@yahoo.com) Received: from [209.85.216.59] (HELO mail-qa0-f59.google.com) (209.85.216.59) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2014 16:42:13 +0000 Received: by mail-qa0-f59.google.com with SMTP id j7so2517242qaq.14 for ; Thu, 04 Dec 2014 08:42:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=date:from:to:message-id:subject:mime-version:content-type; bh=M+hBI5wNA7djxBhZcXbzp7Axazl/v7oExa+au3M7Xhk=; b=H3lCDLUAAhZUlTKbihO/Gtq+oKkaYo1JnzCgA1mhVwfZKVgqizfwN5U9CvVCT3P92I Z2bRTciHuWA2YNL+Ay57LKachDxQcCTts2Z+sXPlzNfodsCnbqz7mkXriZLV9k9pV5GJ nwY2W4R45CuP7+aMHJt2BkBq2I6hMWKb+fTeMtU1f/akIdMY7YnvYLqV6VHCXgxM4k6t 69QjouSOfGttl7rmb5IQSSc/jzArrK9w40xpWXKo5J0iq+v488/chVMwkV6ffKimjRNR 2GRwpiiDw0REnE46HWeOuz4NLGYH1UYDhNJ3mOiyPd7d1VhDG/kwToBLLWT/liEMI8P2 OKPg== X-Received: by 10.140.34.97 with SMTP id k88mr46121qgk.8.1417711332481; Thu, 04 Dec 2014 08:42:12 -0800 (PST) X-Google-Doc-Id: 86c7f68afee477c8 X-Google-Web-Client: true Date: Thu, 4 Dec 2014 08:42:11 -0800 (PST) From: frame To: subversion_users@googlegroups.com Message-Id: Subject: TortoiseSVN on the shared drive to be used by multiple users MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_851_2079760344.1417711331932" X-Google-IP: 205.156.36.56 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_851_2079760344.1417711331932 Content-Type: multipart/alternative; boundary="----=_Part_852_2088263036.1417711331933" ------=_Part_852_2088263036.1417711331933 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi: In our office, each of us has his own PC. Cygwin is installed on each PC. Every PC can access the shared S drive. I have installed TortoiseSVN on my own PC. I am thinking doing a short-cut: no need to install TortoiseSVN on everybody's PC. I just copied my C:/Program Files/TortoiseSVN to the S drive. Now everybody in Cygwin on his PC can have 'svn' command(svn is an alias now to avoid typing the long path). For example, "svn --version" works on everybody's Cygwin. The problem is authentication. On their PC Window Explorer, mouse right click won't show those SVN options in the menu. On their Cygwin, I typed this command: svn ls username my_username --password my_secret_pswd URL prompting me to enter password for the user 'my_username', I did and it hangs there forever. I checked his PC %AppData%/Roaming/Subversion/auth/svn.simple. The directory has been created on his own drive. But it is always empty. I even cleaned my own svn.simple directory, re-run TortoiseSVN gui again, this time I entered his username and password so that a credential file was created in my svn.simple/. Then I moved this file(containing his credentials) to his own empty svn.simple/, then on his Cygwin I tried "svn ls URL". It still didn't work. Is that possible for me to set up such a thing so that everybody can use the shared svn on the S drive, no need to install his own? Thank you. ------=_Part_852_2088263036.1417711331933 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
Hi:

In our office, each of us has his own PC. Cygwi= n is installed on each PC. Every PC can access the shared S drive.

I= have installed TortoiseSVN on my own PC. I am thinking doing a short-cut: = no need to install TortoiseSVN on everybody's PC. I just copied my C:/Progr= am Files/TortoiseSVN to the S drive. Now everybody in Cygwin on his PC can = have 'svn' command(svn is an alias now to avoid typing the long path). For = example, "svn --version" works on everybody's Cygwin.

The problem is= authentication. On their PC Window Explorer, mouse right click won't show = those SVN options in the menu. On their Cygwin, I typed this command:
svn ls username my_username --password my_secret_pswd URL

promptin= g me to enter password for the user 'my_username', I did and it hangs there= forever.

I checked his PC %AppData%/Roaming/Subversion/auth/svn.sim= ple. The directory has been created on his own drive. But it is always empt= y.

I even cleaned my own svn.simple directory, re-run TortoiseSVN gu= i again, this time I entered his username and password so that a credential= file was created in my svn.simple/. Then I moved this file(containing his = credentials) to his own empty svn.simple/, then on his Cygwin I tried "svn = ls URL". It still didn't work.

Is that possible for me to set up suc= h a thing so that everybody can use the shared svn on the S drive, no need = to install his own?

Thank you.
------=_Part_852_2088263036.1417711331933-- ------=_Part_851_2079760344.1417711331932--