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

RE: Recursive add

From: John Lange <john.lange_at_bighostbox.com>
Date: 2004-07-08 17:44:23 CEST

First of all, I apologize to the list for not doing my due-diligence
when posting to give you all a fair idea of what is going on.

Moments ago I just upgraded to 1.0.5 from 1.0.4 because as I was
researching this problem I noticed the warning on the web site that
1.0.4 was not secure. I built 1.0.5 from source as follows:

# ./configure --with-ssl --with-openssl=/usr/local/ssl
--with-libs=/usr/local/ssl --enable-maintainer-mode
--with-apr=/usr/local/apache2 --with-apr-util=/usr/local/apache2
--with-apxs=/usr/local/apache2/bin/apxs
--with-berkeley-db=/usr/local/BerkeleyDB.4.1

# make

# make install

(I do not use the bootstraping version that is mentioned in the install
docs)

Ok, so here is the version information:

I don't think its likely relevant but the system is slackware 9.1 and
the kernel is 2.4.26.

------------
# svn --version
svn, version 1.0.5 (r9954)
   compiled Jul 8 2004, 10:16:47

Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV)
protocol.
  - handles 'http' schema
  - handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network
protocol.
  - handles 'svn' schema
------------

# touch includes/test.php

# svn status
! temp/productlist1_Working_Model.csv
? includes/test.php
? admin/configuration.php.merc

# svn add *
svn: warning: 'about.php' is already under version control
svn: warning: 'account.php' is already under version control
svn: warning: 'account_edit.php' is already under version control
svn: warning: 'guarantee.php' is already under version control
svn: warning: 'images' is already under version control
svn: warning: 'importfiles' is already under version control
svn: warning: 'includes' is already under version control
svn: warning: 'index.html' is already under version control
svn: warning: 'index.php' is already under version control
svn: warning: 'info_shopping_cart.php' is already under version control

....

#

--------------

svn add generates a lot of warnings about existing files but doesn't add
anything other than new files in the current directory (not shown in the
above example).

I'm not positive but I'm pretty sure older versions worked properly.
I've noticed the problem for a while now but not bothered asking about
it as I assumed I was doing something wrong.

Work around is:

# find ./ | grep -v svn |xargs svn add

but I'm getting tired of typing it ;)

So what could be wrong?

Thanks very much for everyones replies.

Regards,

John

On Thu, 2004-07-08 at 10:14, Campbell, Matthew A wrote:
> > So, how about showing us some copy/paste from your command
> > line sessions.
> >
> > Max.
>
> And while you're at it, how about the versions of svn you're using?
>
> $ svn --version

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 8 17:44:57 2004

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.