You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Kota, Sreenivasa ShravanaKumar" <sh...@hp.com> on 2008/03/27 11:23:18 UTC

Tracing subversion commands

All,

Is it possible to trace subversion commands in UNIX and windows environment ? If so, How ?

Appreciate your help


Thanks & Regards,
Shravana Kumar


Re: Tracing subversion commands

Posted by Rishabh Manocha <rm...@gmail.com>.
Not sure about Windows, but in Unix, you can search through your shell
history (`history | grep svn). This is, of course, assuming that you
are using the shell and are talking about commands that have only been
executed by you.

Best,

R

On Thu, Mar 27, 2008 at 4:53 PM, Kota, Sreenivasa ShravanaKumar
<sh...@hp.com> wrote:
>
>
> All,
>
> Is it possible to trace subversion commands in UNIX and windows environment
> ? If so, How ?
>
> Appreciate your help
>
>
> Thanks & Regards,
> Shravana Kumar
>

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

Re: Tracing subversion commands

Posted by Larry Martell <la...@gmail.com>.
On Thu, Mar 27, 2008 at 5:23 AM, Kota, Sreenivasa ShravanaKumar
<sh...@hp.com> wrote:
>
>
> All,
>
> Is it possible to trace subversion commands in UNIX and windows environment
> ? If so, How ?

Don't know about Windows, but in unix you could use strace, e.g.:
"strace svn st"

-larry

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