From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Tassilo Horn <tassilo@member.fsf.org>
Cc: emacs-devel@gnu.org
Subject: Re: Fwd: vc-register doesn't recognize subversion repository
Date: Fri, 13 Jul 2007 19:09:38 -0400 [thread overview]
Message-ID: <jwvk5t4ndqk.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <87zm20dkd7.fsf@baldur.tsdh.de> (Tassilo Horn's message of "Sat\, 14 Jul 2007 00\:11\:48 +0200")
>> 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
next prev parent reply other threads:[~2007-07-13 23:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-13 18:38 [thorn+news@fastmail.fm: vc-register doesn't recognize subversion repository] Richard Stallman
2007-07-13 19:22 ` Fwd: vc-register doesn't recognize subversion repository Stefan Monnier
2007-07-13 22:11 ` Tassilo Horn
2007-07-13 23:09 ` Stefan Monnier [this message]
2007-07-14 10:45 ` Tassilo Horn
2007-07-14 19:40 ` Stefan Monnier
2007-07-14 22:18 ` timotheus
2007-07-14 23:33 ` Tassilo Horn
2007-07-14 15:12 ` Robert J. Chassell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvk5t4ndqk.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=emacs-devel@gnu.org \
--cc=tassilo@member.fsf.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.