versioning support

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
Elygen
Posts: 49
Joined: Wed Oct 12, 2005 4:55 am

versioning support

Post by Elygen »

Integration of svn/git ect... would just tickle my pickle
Elygen
Posts: 49
Joined: Wed Oct 12, 2005 4:55 am

Re: versioning support

Post by Elygen »

So there is versioning support.
With the commands below you can integrate Tortoisesvn with webuilder.
So goto Preferences > External Tools > External Programs
Click add a new program

and use these settings
Title: Tortoise Commit
Path: C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe
Parameters: /command:commit /path:"%file" /closeonend:0

Title: Tortoise Update
Path: C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe
Parameters: /command:commit /path:"%file" /closeonend:0

You can go here http://tortoisesvn.net/docs/nightly/Tor ... ion-basics for more tortoise commands

Then you customize the context menu. Under the commands tab select tools on the left then on the right drag (programs) into you context menu and your toolbar. Now they are easily accessable.

Hope this helps someone.

*Does anyone know if it is possible to add keyboard shortcuts to the external programs? that would be nice
Post Reply