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

Re: add doesn´t compute all directories

From: Stefan Schilling <mail.suse_at_gmx.de>
Date: 2005-01-29 13:26:01 CET

Guten Tag Ben Collins-Sussman,

Am Freitag, 28. Januar 2005 um 15:45 schrieb Ben Collins-Sussman:

Hello again!

> On Jan 28, 2005, at 3:15 AM, Stefan Schilling wrote:

>>> 'svn add *' will not recurse into directories that are already under
>>> version control. To make it do that, use the --force option.
>>
>> ok, this is working for all subdirectories, thanks. BUT hidden files
>> such as ~/.mozilla/* is still excluded.
>> How to add those hidden files?
>>

> svn add * .* --force

No, this doesn´t work.
Wenn looking at the toplevel´s .svn/entries - file, there is the
following:

<entry
   name="evolution"
   kind="dir"/>
<entry
   name=".ICEauthority"
   kind="file"
   schedule="add"
   revision="0"/>
<entry
   committed-rev="2"
   name="mozilla.ps"
   text-time="2004-11-18T11:08:41.000000Z"
   committed-date="2004-12-07T23:26:58.264483Z"
   checksum="6ee9077498e0d82af090debf11606956"
   last-author="emanuel"
   kind="file"
   prop-time="2005-01-29T13:10:26.000000Z"/>
<entry
   name=".emacs.d"
   kind="dir"
   schedule="add"/>

where mozilla.ps and evolution are in the repository after the commit,
.emacs.d and .ICEauthority are not.

I have issued a "svn add .xmms --force" followed by "svn commit .xmms"
and after a few seconds, an editor opens and gives me:

--This line, and those below, will be ignored--

A .xmms
A .xmms/Plugins
AM .xmms/config
A .xmms/Skins
A M .xmms/xmms.m3u
AM .xmms/menurc

is that the reason, why the commit won´t work?

Thanks!

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jan 29 13:28:45 2005

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.