Re: Add Parent Directories.

2012-07-22 Thread Ashish Kaushik
Hi, Try --force with the directory name. This will do what you are looking for. -- --- Ashish Kaushik | Team SourceFuse SourceFuse Technologies India (P) Ltd. http://www.sourcefuse.com ---

Re: Add Parent Directories.

2012-07-22 Thread Thorsten Schöning
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 hel

Re: Add Parent Directories.

2012-07-22 Thread Daniel Shahaf
Kaushal Shriyan wrote on Sun, Jul 22, 2012 at 11:01:37 +0530: > Hi, > > 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 --parents > /home/exampledomian/prod_tag/release23/utils/healthChecks/

Add Parent Directories.

2012-07-21 Thread Kaushal Shriyan
Hi, 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 --parents /home/exampledomian/prod_tag/release23/utils/healthChecks/iciciHealthCheck.php svn: No versioned parent directories read -p "Commit me