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

Re: Feature request: Update subdirectories

From: Clemens Anhuth <clemens_at_froglogic.com>
Date: Thu, 26 Mar 2009 10:30:33 +0100

ralf bokelberg wrote:
> Hi guys
>
> I would like to update a directory, which is not a subversion
> directory in itself, but contains multiple repositories. It also
> contains other directories.
> Currently i have to open the directory, mark all the subversion
> directories and choose update. I would like to right click the parent
> directory instead and let tortoise do the work of finding the
> repositories.
>

Hi Ralf,

perhaps you can "fake" this by checking out an empty folder from a
random (completely unrelated, if you like) repository of your choice and
adding externals to it which refer to those working copies (you don't
even have to commit your changes to the SVN properties of your fake folder).

Another approach is to simply have a script file in that folder that you
run. Or add a call to that script to your folder submenu. (See attached
files for an untested, stripped down version of a working solution.) You
still need to read up on how to script TortoiseSVN then (see
http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-automation.html).

With best regards

Clemens Anhuth

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1427617

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

@echo off

rem Change to directory of first parameter
pushd %~dp1

echo.
echo I am in folder:
echo.
echo %cd%

pause

ÿþWOR.m
Received on 2009-04-01 21:28:52 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.