From users-return-24212-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Mon Dec 28 13:46:19 2015 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 5269410E1A for ; Mon, 28 Dec 2015 13:46:19 +0000 (UTC) Received: (qmail 41490 invoked by uid 500); 28 Dec 2015 13:46:19 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 41454 invoked by uid 500); 28 Dec 2015 13:46:18 -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 41444 invoked by uid 99); 28 Dec 2015 13:46:18 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Dec 2015 13:46:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 16361C88ED for ; Mon, 28 Dec 2015 13:46:18 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id dichwhqkIyuH for ; Mon, 28 Dec 2015 13:46:10 +0000 (UTC) Received: from smtp-out.cvt.stuba.sk (smtp-out.cvt.stuba.sk [147.175.1.153]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 2663E42AC6 for ; Mon, 28 Dec 2015 13:46:10 +0000 (UTC) Received: from 78-141-102-210.dynamic.orange.sk ([78.141.102.210] helo=[192.168.1.103]) by aviro.cvt.stuba.sk with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1aDY7f-0006CM-DQ; Mon, 28 Dec 2015 14:46:03 +0100 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: Commit not working with multiple .svn directories in single working copy From: Peter Fodrek In-Reply-To: <56812B17.7010601@egosoft.com> Date: Mon, 28 Dec 2015 14:46:00 +0100 Cc: users@subversion.apache.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <9658E9D3-EE5C-41A3-A239-0131F15B6377@stuba.sk> <56812B17.7010601@egosoft.com> To: Stefan Hett X-Mailer: Apple Mail (2.3112) Dear Mr. Hett, > D=C5=88a 28. 12. 2015 o 13:29, Stefan Hett = nap=C3=ADsal: >=20 >> Dear SVN experts, >>=20 >> I need to have multiple .svn directories inside woking copy. >> I need to have svn working copy for /home directory for students >> and at least each user needs to have own repository on same machine >> It blocks me to commit changes form working copy at home by different = repository id >>=20 >> Is it possible for svn to force not to look for inner .svn = directories for data, or I need find out each >> .svn rename it make commit and return inner .svn directories = back,please? Use of externals is not suitable for me >>=20 >> I look forward hearing from you >>=20 >> Yours faithfully >>=20 >> Peter Fodrelk >=20 > I assume your requirement is rather about the intended = folder/check-out structure on your local machine rather than the = requirement to have multiple .svn-directories in your working copy. > If I'm not mistaken here, then you might wanna rethink your folder = structure. > Wouldn't something like this work for you? >=20 > /Project > /- myOwnWorkingCopy > /- here's your own checkout > /- student1WorkingCopy > /- here's the checkout for the 1st student > /- student2WorkingCopy > /- another checkout for the 2nd student > /- .... >=20 > In other words: you have separate checkouts and separate working = copies for yourself and all your students. >=20 my structure is /home /* working copy of svn://localhost/homedirs */ /student1 /* working copy of svn://localhost/student1*/ /student2 /termProject /* working copy of svn://localhost/student2*/ commits in student1 and term project works but commit in /home does not. = address is ok but repository id does not match. Maybe change of id of repository student1 may help, but I have been = never done ID change of any repository but I read that it is possible and do not know how to force change of repository ID. Thank you for your answer Peter=20 =20