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

Re: Generic Checkin

From: Res Pons <pons32_at_hotmail.com>
Date: 2006-08-30 19:29:55 CEST

Thanks guys for all your help.

----Original Message Follows----
From: Ryan Schmidt <subversion-2006c@ryandesign.com>
To: Jeremy Pereira <jeremyp@jeremyp.net>
CC: Res Pons <pons32@hotmail.com>, users@subversion.tigris.org
Subject: Re: Generic Checkin
Date: Wed, 30 Aug 2006 15:25:14 +0200

On Aug 30, 2006, at 14:58, Jeremy Pereira wrote:

>On 29 Aug 2006, at 03:39, Res Pons wrote:
>
>>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" *

Well, that's not true -- Subversion is very forgiving about the order of
the command-line arguments. Both your way and Res's way accomplish the same
thing.

>It's also unnecessary since an empty file list is assumed to mean "*"

Consequences of this are the real reason Res was having problems, as
discussed in previous replies.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

_________________________________________________________________
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
Received on Wed Aug 30 19:32:00 2006

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.