bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#996: ntemacs 23.0.60; vc-dir bug


From: Dan Nicolaescu
Subject: bug#996: ntemacs 23.0.60; vc-dir bug
Date: Wed, 31 Dec 2008 01:03:20 -0800 (PST)

"Kevin Yu" <yujie052@gmail.com> writes:

  > Sorry, forgot to cc the emacs bug tracker.
  > 
  > 1. Edit a file d:/myproject/src/myfile.c (emacs.exe -q myfile.c)
  > 2. c-x v d select d:/myproject
  > * vc-dir * shows:
  > =================================
  > VC backend : SVN
  > Working dir: d:/myproject/
  > Repository : svn://127.0.0.1
  > 
  >                         ./
  >                         src/
  >    edited               src\myfile.c

OK, this says that the output of 
svn status at this point would look like:

M src\myfile.c

Is there a way to tell subversion to output file names in unix format?
Alternatively `filename' in `vc-svn-after-dir-status' could be changed
to be in unix form.  


  > =================================
  > 3. checkin myfile.c
  > * vc-dir * shows:
  > =================================
  > VC backend : SVN
  > Working dir: d:/myproject/
  > Repository : svn://127.0.0.1
  > 
  >                         ./
  >                         src/
  >    up-to-date           src/myfile.c
  >    edited               src\myfile.c
  > =================================
  > 
  > 
  > 
  > On Wed, Dec 31, 2008 at 12:57 AM, Dan Nicolaescu <dann@ics.uci.edu> wrote:
  > > Kevin Yu <yujie052@gmail.com> writes:
  > >
  > >  > Dan Nicolaescu <dann@ics.uci.edu> writes:
  > >  > > What VC backend are you using here?
  > >  > subversion
  > >  >
  > >  > I have tried on git. This bug doesn't exist.
  > >  >
  > >  > > Can you pleasedescribe the sequence of events starting from
  > >  > >
  > >  > > emacs -Q
  > >  > >
  > >  > > to get to that state?
  > >  > 1. edit a file d:/myproject/src/myfile.c (myproject is the root
  > >  > directory of this project. There must be a subdirectory in the path,
  > >  > otherwise you can't reproduce this bug.(.../src/... here)
  > >  >
  > >  > 2. c-x v d  select d:/myproject
  > >
  > > What is in the the *vc-dir* buffer at this point?
  > >
  > >






reply via email to

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