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

Re: Add Parent Directories.

From: Thorsten Schöning <tschoening_at_am-soft.de>
Date: Sun, 22 Jul 2012 12:34:46 +0200

Guten Tag Kaushal Shriyan,
am Sonntag, 22. Juli 2012 um 07:31 schrieben Sie:

> if there is new directory and subdirectory and files in these directories,
> is there a way to add all at once instead of adding one by one?

svn add should do that automatically, else try the argument --depth.

svn help add

> + svn add --parents
> /home/exampledomian/prod_tag/release23/utils/healthChecks/iciciHealthCheck.php
> svn: No versioned parent directories
> read -p "Commit message: " message
> + read -p 'Commit message: ' message
> Commit message: Adding Files for Portal 2308
> svn commit -m "$message" "${files[@]}"
> + svn commit -m 'Adding Files for Portal 2308'
> /home/exampledomian/prod_tag/release23/utils/healthChecks/iciciHealthCheck.php
> svn: '/home/exampledomian/prod_tag/release23/utils/healthChecks' is not a
> working copy
> svn: '/home/exampledomian/prod_tag/release23/utils/healthChecks' does not
> exist

Do you really want to add new files in a current working copy or
checkout or import something somewhere or what? You don't seem to
have a working copy, else svn add --parents should work and add the
file. Where's your working copy on the above path?

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning       E-Mail:Thorsten.Schoening_at_AM-SoFT.de
AM-SoFT IT-Systeme      http://www.AM-SoFT.de/
Telefon.............030-2 1001-310
Fax...............05151-  9468- 88
Mobil..............0178-8 9468- 04
AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hanover HRB 207 694 - Geschäftsführer: Andreas Muchow
Received on 2012-07-22 12:35:14 CEST

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.