You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jim Correia <ji...@pobox.com> on 2004/12/10 20:33:16 UTC

svn info - what is the Schedule field for?

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==

Thanks,
Jim


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

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

Posted by Jim Correia <ji...@pobox.com>.
On Dec 10, 2004, at 3:48 PM, Ben Collins-Sussman wrote:

> 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.

Ah - ok.

 From the schedule there isn't a way to tell that the file has local 
modifications. For that I should exclusively use svn st foo.c?

Thanks,
Jim


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

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

Posted by "Martin A. Brooks" <ma...@hinterlands.org>.
Ben Collins-Sussman wrote:

> 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.


Perhaps the message "No action required" would be clearer?

Mart.

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

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

Posted by Ben Collins-Sussman <su...@collab.net>.
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