RE: Re: SVN toolbar for Visual Studio 2005
From: Glenn Carr <GCarr_at_ConnectShip.com>
Date: 2007-08-06 16:38:11 CEST
> Manish Joisar wrote:
> I want to add Get Lock & Released Lock Functionality in Menu,
- Go to Tools > External Tools and look at the existing definitions for the SVN commands. Here's an example definition for 'SVN Log':
Title: SVN Log
- Add a new external tool and adjust the settings as necessary. The TSVN command-line options are listed here:
- Check your Visual Studio documentation for details about arguments $(ItemDir), $(ItemPath), etc.
To add external tools to context menus:
This is pretty much the gist of it. Just experiment a bit and you should be able to figure it out.
> What if i want to remove some of the menus, as if i remove it
You should be able to remove menus/menu items under Tools > Customize by checking 'Context Menus'.
> Like i want only Update, Revert, Commit, GetLock & Release Lock
Try following the steps above.
> For single item i changed SolutionDir to ItemPath it worked.
Not as far is I know. I still use TSVN directly from explorer about 75% of the time.
> It will be great if some one can solve this
Thanks for waiting. ;/
---------------------------------------------------------------------
|
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.