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