On 29 Aug 2006, at 03:39, Res Pons wrote:
> Hi All
>
> I'm having difficulty committing all the files in a top level
> directory/working folder and its subfolders and their files just by
> traversing to the working folder's top folder and executing the
> following:
>
> c:\>cd workingFolder
> c:\workingFolder>svn ci * -m "comment"
>
> Is this not the correct syntax? Help please. Thanks.
No, it's not. The file list needs to be after the -m switch:
svn ci -m "comment" *
It's also unnecessary since an empty file list is assumed to mean "*"
>
> _________________________________________________________________
> Windows Live Spaces is here! It’s easy to create your own personal
> Web site. http://spaces.live.com/signup.aspx
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 30 15:01:45 2006