Re: Is this correct behavior for svn cat?
From: Raman Gupta <rocketraman_at_fastmail.fm>
Date: 2005-09-06 07:42:21 CEST
Tom Mornini wrote:
Since you are looking at a repository URL, try the svn cat URL@REV form:
svn cat svn+ssh://.../docs/video.pdf_at_54
The svn cat -r form is better to use when you want to cat a specific
svn cat -r54 wc/docs/video.pdf
In the above form, svn cat will also follow rename history, AFAIK.
Cheers,
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.