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

Re: svn paths and the handbook

From: Julian Fitzell <julian_at_beta4.com>
Date: 2002-07-26 10:44:27 CEST

Russell Steicke wrote:
[...]
> etc. How do you achieve this in practice? It seems I need the
> equivalent of "svn mkdir". :)

C:\Documents and Settings\Administrator\Desktop\test>svn mkdir --help
mkdir: Create a new directory under revision control.
usage: mkdir [NEW_DIR | REPOS_URL].

     Either create NEW_DIR in working copy scheduled for addition,
     or create REPOS_URL via immediate commit.

Valid options:
   -m [--message] arg : specify commit message "ARG"
   -F [--file] arg : read data from file ARG
   --username arg : specify a username ARG
   --password arg : specify a password ARG
   --message-encoding arg : take log message in charset encoding ARG

There ya go... the equivalent of svn mkdir... :D

Cheers,

Julian

-- 
julian@beta4.com
Beta4 Productions (http://www.beta4.com)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 26 10:45:16 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.