I took a look at your diff. Looks good for me. I'm not an expert with SQL so I guess your modification about primary key is fine.
Just one thing : I think next version will be 0.8.9. they are just bug fix.
Can you help me with git ? How can I import all you commit from github to sf ? otherwise, I will just apply your big diff.
Last thing : I only have a devel account, I'm not allow to do release. Only Kellogg can do it. Hope he's still somewhere…
PS : One year ago, I created a branch (dia2code-c++) where I made changes in dia2code with tests. But I only know cpp, csharp, java and php. If you have time, maybe you could help me to add sql in this new version.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Last thing : I only have a devel account, I'm not allow to do release.
Only Kellogg can do it. Hope he's still somewhere…
Yes, I'm "somewhat" there although I am finding very little time these days for dia2code.
Thanks for the patches.
It may take a few weeks until I get around to integrating them.
Vincent: If you would like to go ahead with this then I can also grant you the release privileges.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sometimes I have tough words but I never want to be hurtful. I just wanted to say that if you disappeared, this project will be lost in sf. So, thanks, I will be glad if I can have release privileges.
Vincent
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm not an expert either. But here is a list of consecutive diffs, generated with git whatchanged -p 80451a^.. > /tmp/consecutive-diffs.txt.
Maybe it can help you import things in an automated way.
There are not only bugfixes. I also added the ability to import database diagrams. This is a different kind of diagrams that Dia can generate.
I just tried to import your diff but I discovered you used the CVS as base but it's out of date. Only the git source it up to date. Does it bother you to make modification again but based on git ? Thanks.
Oliver, can you delete the CVS source to avoid this problem in future ? Thanks again.
Vincent
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I believe the instructions at the Quick Start Guide may be outdated:
I you leave out the step sftp> cd /home/project-web/fooproject/htdocs
everything should be fine.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I took a look at your diff. Looks good for me. I'm not an expert with SQL so I guess your modification about primary key is fine.
Just one thing : I think next version will be 0.8.9. they are just bug fix.
Can you help me with git ? How can I import all you commit from github to sf ? otherwise, I will just apply your big diff.
Last thing : I only have a devel account, I'm not allow to do release. Only Kellogg can do it. Hope he's still somewhere…
PS : One year ago, I created a branch (dia2code-c++) where I made changes in dia2code with tests. But I only know cpp, csharp, java and php. If you have time, maybe you could help me to add sql in this new version.
Yes, I'm "somewhat" there although I am finding very little time these days for dia2code.
Thanks for the patches.
It may take a few weeks until I get around to integrating them.
Vincent: If you would like to go ahead with this then I can also grant you the release privileges.
Hi Oliver,
Sometimes I have tough words but I never want to be hurtful. I just wanted to say that if you disappeared, this project will be lost in sf. So, thanks, I will be glad if I can have release privileges.
Vincent
I'm not an expert either. But here is a list of consecutive diffs, generated with
git whatchanged -p 80451a^.. > /tmp/consecutive-diffs.txt
.Maybe it can help you import things in an automated way.
There are not only bugfixes. I also added the ability to import database diagrams. This is a different kind of diagrams that Dia can generate.
I just tried to import your diff but I discovered you used the CVS as base but it's out of date. Only the git source it up to date. Does it bother you to make modification again but based on git ? Thanks.
Oliver, can you delete the CVS source to avoid this problem in future ? Thanks again.
Vincent
OK, I will do that. But there are quite a lot of conflicts and I don't have a lot of time, so it may not come today...
Here it is! Merged! Working with git is really handy. Now you just have to merge that:
https://github.com/lovasoa/dia2code/commits/lovasoa_patches
I made a branch for the merge.
Thanks, I will merge it this week-end.
I didn't know that github could manage branch from git not on github.
Github's git repositories support all features of git :) And as git is distributed by nature, you can merge changes from any other git repository :)
I think dia2code's website should be updated too. It also proposes to download out-of-date sources directly from the site as a tarball.
Anything new here ?
Actually, I'm having some problem with git under SF since 2 weeks. Every time I go on https://sourceforge.net/p/dia2code/git/ci/master/tree/ I'm having an error 500 and my git push failed. I don't know if the problem is temporary or anything else (maybe http://fossforce.com/2016/01/sourceforge-and-slashdot-have-been-sold/ and there is few troubles).
By the way, Oliver, I tried https://sourceforge.net/p/forge/documentation/Project%20Web%20Services/ to edit the website but my folder /home/project-web is empty. Do I need other rights ? Thanks :)
Yes, I experienced that too but after pushing a commit yesterday, it went away.
Could you try again?
I believe the instructions at the Quick Start Guide may be outdated:
I you leave out the step
sftp> cd /home/project-web/fooproject/htdocs
everything should be fine.
Vincent, I believe this patch has been applied?
Thanks.