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

Re: Import of hidden files/dirs - no 'dry-run' ?

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-04-26 23:32:59 CEST

On Apr 26, 2007, at 09:51, MikeW wrote:

> Found that I needed to add the .dir with an additional svn add,
> but it all went in together with the svn commit.

Presumably you used "svn add *" and your .dir was not added. This is
because your shell (not Subversion) expanded the "*" to all items not
beginning with dot.

You could probably "svn add * .*" instead if you want to add
everything including dot-items.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 26 23:34:04 2007

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.