From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Fwd: vc-register doesn't recognize subversion repository Date: Fri, 13 Jul 2007 19:09:38 -0400 Message-ID: References: <87zm20dkd7.fsf@baldur.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1184368406 7612 80.91.229.12 (13 Jul 2007 23:13:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Jul 2007 23:13:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 14 01:13:23 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I9UKB-0002Ff-1Q for ged-emacs-devel@m.gmane.org; Sat, 14 Jul 2007 01:13:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9UKA-0004Sj-3L for ged-emacs-devel@m.gmane.org; Fri, 13 Jul 2007 19:13:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I9UGb-0000iD-By for emacs-devel@gnu.org; Fri, 13 Jul 2007 19:09:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I9UGa-0000hp-OU for emacs-devel@gnu.org; Fri, 13 Jul 2007 19:09:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9UGa-0000hk-LP for emacs-devel@gnu.org; Fri, 13 Jul 2007 19:09:40 -0400 Original-Received: from tomts36.bellnexxia.net ([209.226.175.93] helo=tomts36-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I9UGa-00032Z-2v for emacs-devel@gnu.org; Fri, 13 Jul 2007 19:09:40 -0400 Original-Received: from pastel.home ([70.55.146.63]) by tomts36-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070713230938.JQHH1657.tomts36-srv.bellnexxia.net@pastel.home> for ; Fri, 13 Jul 2007 19:09:38 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id B16227FF0; Fri, 13 Jul 2007 19:09:38 -0400 (EDT) In-Reply-To: <87zm20dkd7.fsf@baldur.tsdh.de> (Tassilo Horn's message of "Sat\, 14 Jul 2007 00\:11\:48 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:74749 Archived-At: >> It works here when I try it. >> Can you give a more precise recipe? > ,---- > | heimdall@baldur ~> cd uni/repos/st-ss07/tutoren/heimdall/ > | heimdall@baldur ~/u/r/s/t/heimdall> ll -a > | total 92K > | drwxr-xr-x 3 heimdall users 4.0K 2007-06-06 12:08 ./ > | drwxr-xr-x 6 heimdall users 4.0K 2007-06-06 12:08 ../ > | -rw------- 1 heimdall users 73K 2007-06-06 12:07 kaffemaschine.jpg > | drwxr-xr-x 6 heimdall users 4.0K 2007-07-11 08:57 .svn/ > | heimdall@baldur ~/u/r/s/t/heimdall> ll -a .svn/ > | total 36K > | drwxr-xr-x 6 heimdall users 4.0K 2007-07-11 08:57 ./ > | drwxr-xr-x 3 heimdall users 4.0K 2007-06-06 12:08 ../ > | -r--r--r-- 1 heimdall users 212 2007-06-06 12:08 all-wcprops > | -r--r--r-- 1 heimdall users 347 2007-07-11 08:56 entries > | -r--r--r-- 1 heimdall users 2 2007-06-06 12:07 format > | drwxr-xr-x 2 heimdall users 4.0K 2007-06-06 12:08 prop-base/ > | drwxr-xr-x 2 heimdall users 4.0K 2007-06-06 12:08 props/ > | drwxr-xr-x 2 heimdall users 4.0K 2007-06-06 12:08 text-base/ > | drwxr-xr-x 5 heimdall users 4.0K 2007-07-11 08:56 tmp/ > `---- > Now I find a file foo.txt in that directory, insert some contents and > save it with C-x C-s. > Then I do `M-x vc-register'. It asks me if I want to create a RCS > subdirectory, I say no and those are the contents of *Messages*. Hmm... > I tried the procedure with `emacs -nw -Q' and got the same behavior. My > svn client version is 1.4.4, the server has version 1.4.0, if that > matters. The `svn' executable shouldn't make any difference because the backend should only be chosen based on the fact that there is a .svn directory. Can you show me the result of the following commands from the "foo.txt" buffer (i.e. a buffer visiting a new still unregistered file): M-: vc-handled-backends RET M-: (vc-responsible-backend buffer-file-name t) RET M-x load-library RET vc-svn RET M-: (vc-rcs-responsible-p buffer-file-name) RET M-: (vc-svn-responsible-p buffer-file-name) RET -- Stefan