|
|
| Author |
Message |
MU-IT
Joined: 06 Nov 2007 Posts: 45
|
Posted: Tue May 06, 2008 11:58 am Post subject: patch creation ? |
|
|
to quote Reinhard:
| Quote: | | Use online SVN access from cacti.net. Search for commit#4569. Create a patch for the delta of this commit and apply it as usual. |
I'm using subversion, and can checkout the files, but I don't know how to create patches to get the particular changes I need.
I see that commit #4569 only affects graphs.php, but there's interdependency there between other files in the "main" folder.
help?
fyi:
win2k3 server, latest mysql and php. |
|
| Back to top |
|
 |
gandalf Developer
Joined: 02 Dec 2004 Posts: 11371 Location: Muenster, Germany
|
Posted: Tue May 06, 2008 2:10 pm Post subject: |
|
|
Creating patches is a function of the Online SVN Access provided on the main cacti site.
Reinhard |
|
| Back to top |
|
 |
MU-IT
Joined: 06 Nov 2007 Posts: 45
|
Posted: Tue May 06, 2008 2:20 pm Post subject: |
|
|
Hey Reinhard,
thanks so much for the time you guys put into the project, let alone the idiot questions in the forums... the latest cacti SVN (8.8) is awesome.
I'm still missing how one would create patches using the subversion tool, is there a how-to or doc page i'm missing somewhere? Google was not very helpful. I could use a pointer.
Thanks again. |
|
| Back to top |
|
 |
gandalf Developer
Joined: 02 Dec 2004 Posts: 11371 Location: Muenster, Germany
|
Posted: Tue May 06, 2008 2:23 pm Post subject: |
|
|
Oh, there's a nice O'Reilly book on SVN, if you've got time ...
I like to create patches using the "diff" utility, e.g. "diff -Nabur <old> <new>"
Reinhard |
|
| Back to top |
|
 |
TheWitness Developer
Joined: 14 May 2002 Posts: 9256 Location: MI, USA
|
Posted: Tue May 06, 2008 3:03 pm Post subject: |
|
|
One of these days, I will get back to 0.8.8
TheWitness |
|
| Back to top |
|
 |
|