News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Win32 CBTortoiseSVN plugin under subversion control

Started by Jan van den Borst, September 14, 2007, 12:22:26 PM

Previous topic - Next topic

mariocup

Hi Jan,

I just created a patch to read the tortoiseproc and svn path from the windows registry. I tested it under windows vista and xp and seems to work.

Bye,

Mario

[attachment deleted by admin]

Fizick

Thanks Jan,
may I ask, why both snv.exe and TortoiseSVN are used?
Every may be used alone and have all fuctionality.

stahta01

Quote from: Fizick on October 28, 2008, 07:36:49 PM
Thanks Jan,
may I ask, why both snv.exe and TortoiseSVN are used?
Every may be used alone and have all fuctionality.


IIRC, It was an early design decision that he made.

Here's one that uses svn.exe and wxPropertyGrid written by orel
http://forums.next.codeblocks.org/index.php/topic,7063.0.html
The code has not been updated since about the time CB 8.02 was released.
Have not checked this week.

Tim S

PS: I discussed doing my own plugin based on RapidSVN code/design, but never wrote any code.
So my hat is off to these two developers who developed an working project.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Fizick

assembla server is now protecter?

Authorization Required

This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.

Jan van den Borst

Assembla stopped its free subversion support. I will need to get it hosted somewhere else.

Jan

Jan van den Borst

I just put the sources on google. The subversion url is:

http://cbtortoisesvn.googlecode.com/svn/

Eventually this plugin ends up in the contrib plugin section of CB.

This thanks to MortenMacFly :

Dear Jan,
I haven't forgotten you. We are discussing internally how we should support plugins that are only for a specific platform. You can count on us that we are willing to host the plugin at our server if you like... we just need to fiddle with the folder structure...


Until that time CBTortoiseSVN is at google code.


Thanks to all of my hardworking CB friends
Jan

dmoore

nice work Jan. I've created a small patch that will allow your plugin's popup menu to also work with the File Manager in my ShellExtensions plugin (with a TODO comment to support directories and multiple selections in the future). I haven't been able to test yet as I'm currently on a linux box (the patch presumably also has linux endlines)

[attachment deleted by admin]
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]