Author Topic: Win32 CBTortoiseSVN plugin under subversion control  (Read 38961 times)

mariocup

  • Guest
Re: Win32 CBTortoiseSVN plugin under subversion control
« Reply #30 on: October 28, 2008, 03:05:41 pm »
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]

Offline Fizick

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: Win32 CBTortoiseSVN plugin under subversion control
« Reply #31 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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7590
    • My Best Post
Re: Win32 CBTortoiseSVN plugin under subversion control
« Reply #32 on: October 29, 2008, 06:40:35 am »
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.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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Fizick

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: Win32 CBTortoiseSVN plugin under subversion control
« Reply #33 on: November 23, 2008, 12:36:20 pm »
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.

Offline Jan van den Borst

  • Multiple posting newcomer
  • *
  • Posts: 99
Re: Win32 CBTortoiseSVN plugin under subversion control
« Reply #34 on: November 23, 2008, 02:32:18 pm »
Assembla stopped its free subversion support. I will need to get it hosted somewhere else.

Jan

Offline Jan van den Borst

  • Multiple posting newcomer
  • *
  • Posts: 99
Re: Win32 CBTortoiseSVN plugin under subversion control
« Reply #35 on: November 23, 2008, 03:20:59 pm »
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

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: Win32 CBTortoiseSVN plugin under subversion control
« Reply #36 on: November 23, 2008, 03:59:25 pm »
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]