[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Kludge to make vc-svn.el work with Ediff (compare file with revision)

From: <e.huelsmann_at_gmx.net>
Date: 2003-08-31 16:08:04 CEST

BTW the solution in elisp that I coded does almost what you describe,
but hidden to the user.

bye,

Erik.

> Hi Julian,
>
> Sure I can run 'svn cat -r #### file >new-name; chmod -w new-name', but
> when
> I ask ediff to diff between a working copy file and a revision it issues
> the
> vc-svn-checkout command to retrieve the revision. When diffing between two
> files, this problem does not exist since I would have to create my own
> filenames.
>
> Where you commenting about the vc-svn.el code or the fact that I even
> tried
> to modify it?
>
> bye,
>
> Erik.
>
>
>
> > e.huelsmann@gmx.net wrote:
> > >
> > > For my current work on the test suite I needed Ediff to be able to
> > compare
> > > between a working copy and a revision of a file. Ediff does that by
> > asking the
> > > vc support to check out a file under a different name. svn does not
> > support
> > > this. Neither does svn support read-only files. Ediff uses both the
> > read-only
> > > flag and the destination file when requesting a file.
> >
> > Can you use "svn cat -r#### file > new-name; chmod -w new-name"?
> >
> > - Julian
> >
>
> --
> COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
> --------------------------------------------------
> 1. GMX TopMail - Platz 1 und Testsieger!
> 2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
> 3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8.
> e-Post
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>

-- 
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--------------------------------------------------
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Aug 31 16:08:55 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.