emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is this a bug in vc-svn?


From: Leo
Subject: Re: Is this a bug in vc-svn?
Date: Sun, 15 Oct 2006 15:53:20 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux)

On Sun, 15/10/06 14:55 +0100, Stefan Monnier wrote:

>> I just moved to use svn yesterday. I have files version controlled in
>> RCS and SVN.  When I open them, initially they will be using RCS as the
>> backend. I then change the backend to SVN.  However the version number
>> shown in the mode line is still in RCS.  Is this a bug?
>
> Sounds like it.  Please provide a precise recipe.
>
>
>         Stefan

In shell:
      1. `cd /tmp'
      2. `mkdir wrk; cd wrk'
      3. `mkdir RCS; touch test;ci test; co -l test'
      4. `svnadmin create /tmp/repos'
      5. `svn co file:///tmp/repos .'
      6. `svn add test'
In Emacs ("emacs -Q"):
      7. C-x C-f /tmp/wrk/test RET ;; Modeline shows: RCS-1.1
      8. C-u C-x v b svn RET       ;; Modeline shows: RCS-1.1 but
         SVN-0 is expected.
      9. Add some changes to test and press `C-x v v'. After checkin
         modeline displays: SVN-1

thank you.

-- 
Leo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]