[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn info - what is the Schedule field for?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-12-10 21:48:06 CET

On Dec 10, 2004, at 2:33 PM, Jim Correia wrote:

> What is the schedule field for (or how should I interpret it) in the
> svn info output?
>
> Version 1.1 of the book doesn't seem to mention it except in the
> example output:
>
> $ svn info foo.c
> Path: foo.c
> Name: foo.c
> URL: http://svn.red-bean.com/repos/test/foo.c
> Revision: 4417
> Node Kind: file
> Schedule: normal
> Last Changed Author: sally
> Last Changed Rev: 20
> Last Changed Date: 2003-01-13 16:43:13 -0600 (Mon, 13 Jan 2003)
> Text Last Updated: 2003-01-16 21:18:16 -0600 (Thu, 16 Jan 2003)
> Properties Last Updated: 2003-01-13 21:50:19 -0600 (Mon, 13 Jan 2003)
> Checksum: /3L38YwzhT93BWvgpdF6Zw==
>
>

Schedule can be "add", "delete", or "replace". Meaning, "this thing is
scheduled to be added, deleted, or replaced the next time the user
commits."

'svn revert' will undo any schedulings.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 10 21:50:51 2004

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.