[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-29 05:12:39 CEST

Great and thank you. Without the asterisk would the commit still be
recursive? I would like to commit all the touched files under version
control recursively.

----Original Message Follows----
From: "Troy Curtis Jr" <troycurtisjr@gmail.com>
To: "Res Pons" <pons32@hotmail.com>
CC: users@subversion.tigris.org
Subject: Re: Generic Checkin
Date: Mon, 28 Aug 2006 22:04:54 -0500

On 8/28/06, Res Pons <pons32@hotmail.com> 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.
>
>_________________________________________________________________
>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
>
>

There is no need for the '*' character if you want to include every
file in the commit. If you do not give commit a directory or file
name it assumes the current directory. Furthermore, svn will fail if
you attempt to explicity specify an unversioned file. '*' will include
every file, not just the one's under version control.

Bottom line, take out the * and you should be golden.

Troy

--
"Beware of spyware. If you can, use the Firefox browser." - USA Today
Download now at http://getfirefox.com
Registered Linux User #354814 ( http://counter.li.org/)
_________________________________________________________________
Check the weather nationwide with MSN Search: Try it now!  
http://search.msn.com/results.aspx?q=weather&FORM=WLMTAG
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 29 05:14:03 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.