Re: Adding new files
From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-09-09 19:06:10 CEST
On Sep 9, 2005, at 18:30, S I wrote:
> I just created new dir and moved bunch of files into it via Win
"svn mkdir lib" is a shortcut for "mkdir lib && svn add lib". So when
You could either have done it like this:
$ svn mkdir lib
Or like this:
$ mkdir lib
---------------------------------------------------------------------
|
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.