Stormchasing
Community Developer
- Joined
- Jan 15, 2011
- Messages
- 4,029
Hi together,
i was bored by updating all SVNs one by one, and i was also bored by writing batch-files to keep my SVNs all up to date.
At the end i decided to code a small Plugin which can update everything i want it to update by click
This is now the result of my simple plugin, it is only a framework.
For a public use, there is some more work to do
- implement a settings form with some options like: Link to SVN, Type of SVN (plugin/bot/routine), maybe SVN Credentials)
- move the helper methods from the form1.cs, put them into a helper class so that all of them can be used on pulse / botstartup / update button
- move some internal variables to public plugin variables
Currently it can update (that's what i used it for)
- PureRotation
- King WoW
- Singular (trunk)
- Fury Unleashed
Since i'm not allowed to publish 3rd party stuff within a plugin i decided to give U (the user) the ability to install the Plugin by yourself, so that u can be sure that there is nothing bad in the needed and compiled dll file
the file u will need is called SharpSvn.dll
u can download the needed zip from here http://sharpsvn.open.collab.net/files/documents/180/5568/SSvn-1.7002.1998.zip
Within the downloaded zip u will find a Folder called SharpSvn
in this folder are a lot of files, u'll need only SharpSvn.dll (every other file is not needed!)
Copy this one file to your HB root folder and u will have all prerequisites to use the Plugin with Honorbuddy
You won't need to install a svn client, but it is also okay to have a different client version installed than this Plugin uses
I'm sure i will work on this, every now and then, and will add the functionalities i mentioned above, but if any of the Devs decides that this is interesting and will use it for an advanced / flexible version of this ... feel free to use the code
i was bored by updating all SVNs one by one, and i was also bored by writing batch-files to keep my SVNs all up to date.
At the end i decided to code a small Plugin which can update everything i want it to update by click
This is now the result of my simple plugin, it is only a framework.
For a public use, there is some more work to do
- implement a settings form with some options like: Link to SVN, Type of SVN (plugin/bot/routine), maybe SVN Credentials)
- move the helper methods from the form1.cs, put them into a helper class so that all of them can be used on pulse / botstartup / update button
- move some internal variables to public plugin variables
Currently it can update (that's what i used it for)
- PureRotation
- King WoW
- Singular (trunk)
- Fury Unleashed
Since i'm not allowed to publish 3rd party stuff within a plugin i decided to give U (the user) the ability to install the Plugin by yourself, so that u can be sure that there is nothing bad in the needed and compiled dll file
the file u will need is called SharpSvn.dll
u can download the needed zip from here http://sharpsvn.open.collab.net/files/documents/180/5568/SSvn-1.7002.1998.zip
Within the downloaded zip u will find a Folder called SharpSvn
in this folder are a lot of files, u'll need only SharpSvn.dll (every other file is not needed!)
Copy this one file to your HB root folder and u will have all prerequisites to use the Plugin with Honorbuddy
You won't need to install a svn client, but it is also okay to have a different client version installed than this Plugin uses
I'm sure i will work on this, every now and then, and will add the functionalities i mentioned above, but if any of the Devs decides that this is interesting and will use it for an advanced / flexible version of this ... feel free to use the code