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

Re: propget on deleted files... bug?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-04-13 22:39:18 CEST

On 4/11/06, Jason Kealey <jkealey@shade.ca> wrote:
> Hi, this is my second request to the list; the first one to users got no
> replies. Please tell me if something is not clear.
>
> Goal: I would like to know the svn:mime-type of a certain file that has been
> deleted, without actually checking it out to the working folder.
>
> I tried various command line arguments, for example:
>
> svn propget svn:mime-type filename@rev

Try svn propget svn:mime-type -r rev filename@rev

Peg revisions still respect the default -r setting, the @rev is only
used to figure out what item you're getting the prop for, it still
tries to get it from the version in HEAD (or BASE or something like
that).

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 13 22:49:56 2006

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.