You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Calvin <sz...@hotmail.com> on 2005/07/18 02:25:27 UTC

svn diff

Is there a way to show only the file names with diff?

Now we got the content in the output, which really is useless to me, and
make this command too slow.

Looks like svnlook can do such a job, but it's running on the server side.

Thanks,

Calvin


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

Re: svn diff

Posted by Russ Brown <pi...@gmail.com>.
Calvin wrote:
> Is there a way to show only the file names with diff?
> 
> Now we got the content in the output, which really is useless to me, and
> make this command too slow.
> 
> Looks like svnlook can do such a job, but it's running on the server side.
> 

Won't svn log -v do something more like what you're after? Just pipe it
into grep for the lines you want. Should be a lot quicker than using diff.

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


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