C:\testing>svn --version svn, version 1.8.0 (r1490375) compiled Jun 17 2013, 18:36:16 on x86-microsoft-windows Copyright (C) 2013 The Apache Software Foundation. This software consists of contributions made by many people; see the NOTICE file for more information. Subversion is open source software, see http://subversion.apache.org/ The following repository access (RA) modules are available: * ra_svn : Module for accessing a repository using the svn network protocol. - with Cyrus SASL authentication - handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme * ra_serf : Module for accessing a repository via WebDAV protocol using serf. - handles 'http' scheme - handles 'https' scheme C:\testing>svn checkout --depth empty http://svn.apache.org/repos/asf/subversion/trunk bug-test U bug-test Checked out revision 1503507. C:\testing>set cwd=C:\testing C:\testing>mkdir funky C:\testing>cd funky C:\testing\funky>mkdir path C:\testing\funky>cd path C:\testing\funky\path>mkdir issue C:\testing\funky\path>cd issue C:\testing\funky\path\issue>svn --xml --verbose status C:\testing\bug-test ivan 2013-07-15T16:05:27.678477Z C:\testing\funky\path\issue>cd .. C:\testing\funky\path>rmdir issue C:\testing\funky\path>cd .. C:\testing\funky>rmdir path C:\testing\funky>cd .. C:\testing>rmdir funky C:\testing>rmdir /s /q bug-test C:\testing>echo DONE DONE