repo browser: moving multiple items in one go

View: New views
6 Messages — Rating Filter:   Alert me  

repo browser: moving multiple items in one go

by Lorenz-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

in the repobrowser it seems not to be possible to move multiple items
(files & folders) in one go.
Selecting multiple items is possible, but neither drag & drop nor the
context menu allow moving them.

I don't think that this  is a limitation of the svn libraries, as
svnmucc can do it (you need a seperate 'move' command for each item
though)
--

Lorenz

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

Lock /trunk ?

by McArthey.Mark :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello all!

Is it possible to lock the /trunk folder?  I'd like to force all users
to use branching during a specified period of time during our
development cycle and would, therefore, like to prevent commits to
/trunk.  We would allow branching and commits to /branches.

Thanks!

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

Re: Lock /trunk ?

by Andy Levy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Oct 20, 2009 at 09:36, McArthey.Mark
<Mark.McArthey@...> wrote:
> Hello all!
>
> Is it possible to lock the /trunk folder?  I'd like to force all users
> to use branching during a specified period of time during our
> development cycle and would, therefore, like to prevent commits to
> /trunk.  We would allow branching and commits to /branches.
>

This is really a server question, not Tortoise (client)

You can use per-directory authorization to restrict write permissions
on the trunk directory. Last I knew, it was not possible to lock a
directory, only files.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

Re: Lock /trunk ?

by Simon Large-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/10/20 McArthey.Mark <Mark.McArthey@...>:
> Hello all!
>
> Is it possible to lock the /trunk folder?  I'd like to force all users
> to use branching during a specified period of time during our
> development cycle and would, therefore, like to prevent commits to
> /trunk.  We would allow branching and commits to /branches.

Maybe use a server hook that rejects paths containing /trunk/  ?

Simon

--
:       ___
:  oo  // \\      "De Chelonian Mobile"
: (_,\/ \_/ \     TortoiseSVN
:   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
:   /_/   \_\     http://tortoisesvn.net

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

Re: repo browser: moving multiple items in one go

by Stefan Küng :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 20.10.2009 13:57, Lorenz wrote:

> Hi all,
>
> in the repobrowser it seems not to be possible to move multiple items
> (files&  folders) in one go.
> Selecting multiple items is possible, but neither drag&  drop nor the
> context menu allow moving them.
>
> I don't think that this  is a limitation of the svn libraries, as
> svnmucc can do it (you need a seperate 'move' command for each item
> though)

svnmucc uses the internal ra_ lib and its functions to do the job. I'd
like to stay away from those because they change frequently and require
a *lot* of setup to work. Basically it means to implement everything the
svn_client_* APIs already do again ourselves.

Stefan

--
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

Re: repo browser: moving multiple items in one go

by Lorenz-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Stefan Küng wrote:

>On 20.10.2009 13:57, Lorenz wrote:
>> in the repobrowser it seems not to be possible to move multiple items
>> (files&  folders) in one go.
>> Selecting multiple items is possible, but neither drag&  drop nor the
>> context menu allow moving them.
>>
>> I don't think that this  is a limitation of the svn libraries, as
>> svnmucc can do it (you need a seperate 'move' command for each item
>> though)
>
>svnmucc uses the internal ra_ lib and its functions to do the job. I'd
>like to stay away from those because they change frequently and require
>a *lot* of setup to work. Basically it means to implement everything the
>svn_client_* APIs already do again ourselves.

Ok, thats a reasoning I can accept 8-)
--

Lorenz

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].