You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Aidan Samuel <ai...@gmail.com> on 2009/08/18 13:35:30 UTC

Preview actions of update

Err... Not sure this is the best place to post this. Apologies if it is.

I'm in linux, and I'm trying to write a little bash/perl script to
automate some things.

I'm trying to access the head revision number of the repository, and a
list of files that will be modified if I issue the 'svn update'
command at the root. Is this possible with an SVN command or will I
have to write some more script to figure this out for myself?

The documentation isn't very helpful in this respect.

Thanks for any help.
Aidan.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2384775

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Preview actions of update

Posted by Andy Levy <an...@gmail.com>.
On Tue, Aug 18, 2009 at 09:35, Aidan Samuel<ai...@gmail.com> wrote:
> Err... Not sure this is the best place to post this. Apologies if it is.
>
> I'm in linux, and I'm trying to write a little bash/perl script to
> automate some things.
>
> I'm trying to access the head revision number of the repository, and a
> list of files that will be modified if I issue the 'svn update'
> command at the root. Is this possible with an SVN command or will I
> have to write some more script to figure this out for myself?

svn status -u will give you a listing of what differs between your WC
and the corresponding repository URL.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2384776

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].