[Python-Dev] Freezing the CVS on Oct 26 for SVN switchover (original) (raw)
Fred L. Drake, Jr. fdrake at acm.org
Sat Oct 29 21:04:15 CEST 2005
- Previous message: [Python-Dev] Freezing the CVS on Oct 26 for SVN switchover
- Next message: [Python-Dev] Freezing the CVS on Oct 26 for SVN switchover
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Friday 28 October 2005 21:29, Tim Peters wrote:
- Finding out what's changed in your sandbox. Use "svn status" for that. Bonus: in return for creating zillions of admin files, "svn status" is a local operation (no network access required). Do "svn status -u" to get, in addition, a listing of files that would change if you were to do "svn update".
It's worth noting that "svn status -u" does require network access, since it has to check with the repository to see what's been updated there.
-Fred
-- Fred L. Drake, Jr.
- Previous message: [Python-Dev] Freezing the CVS on Oct 26 for SVN switchover
- Next message: [Python-Dev] Freezing the CVS on Oct 26 for SVN switchover
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]