You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Marino Kevin <Ke...@neighborcare.com> on 2005/07/06 19:19:54 UTC

Getting list of file names by version

I have been looking bu not sure that to use. I need to generate a list
of file names from a certain revision.

I am using this for a code push tool.

thanks
Kevin


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Getting list of file names by version

Posted by Ben Collins-Sussman <su...@collab.net>.
On Jul 6, 2005, at 2:33 PM, Joshua Varner wrote:

> On 7/6/05, Marino Kevin <Ke...@neighborcare.com> wrote:
>
>> I have been looking bu not sure that to use. I need to generate a  
>> list
>> of file names from a certain revision.
>>
>> I am using this for a code push tool.
>>
>> thanks
>> Kevin
>>
>>
> svn ls -r rev# path/url

Or, maybe he just wants to see which files changed in a certain  
revision?

   svn log -v -r rev# URL


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Getting list of file names by version

Posted by Joshua Varner <jl...@gmail.com>.
On 7/6/05, Marino Kevin <Ke...@neighborcare.com> wrote:
> I have been looking bu not sure that to use. I need to generate a list
> of file names from a certain revision.
> 
> I am using this for a code push tool.
> 
> thanks
> Kevin
> 
svn ls -r rev# path/url

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org