Opened 13 years ago
Closed 10 years ago
#22 closed defect (fixed)
ChangeLog not created if svn2cl not installed
Reported by: | Bruno Cornec | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | major | Milestone: | 0.10.1 |
Component: | pb | Version: | 0.8.12 |
Keywords: | Cc: |
Description
ChangeLog? not created if svn2cl not installed => rpm build fails later on
Change History (13)
comment:1 Changed 13 years ago by
Milestone: | 0.9.0 → 0.9.1 |
---|
comment:2 Changed 13 years ago by
Milestone: | 0.9.1 → 0.9.2 |
---|---|
Owner: | set to Bruno Cornec |
Status: | new → assigned |
comment:3 Changed 13 years ago by
Milestone: | 0.9.2 → 0.9.3 |
---|
comment:4 Changed 13 years ago by
Milestone: | 0.9.3 → 0.9.4 |
---|
comment:5 Changed 13 years ago by
Milestone: | 0.9.4 → 0.9.5 |
---|
comment:6 Changed 12 years ago by
Milestone: | 0.9.5 → 0.9.6 |
---|
comment:7 Changed 12 years ago by
Milestone: | 0.9.6 → 0.9.7 |
---|
comment:8 Changed 12 years ago by
Milestone: | 0.9.7 → 0.9.8 |
---|
comment:9 Changed 12 years ago by
Replying to bruno:
ChangeLog? not created if svn2cl not installed => rpm build fails later on
This create a bug and stop the program
Unable to create /home/benoit/develop/project-builder/gosa/delivery/gosa-trunk/ChangeLog at /usr/share/perl/5.10/ProjectBuilder/CMS.pm line 761.
I think that a depency to svn2cl or cvs2cl is not that bad
or remove the die and create a basic changelog
cheers
comment:10 Changed 12 years ago by
As I just use a small portion of those tools, I was even considering including the code in pb directly. What is your take on this ?
A dependency is probably what is needed if we resort to keep an external call.
comment:11 Changed 11 years ago by
Milestone: | 0.9.9 → 0.9.10 |
---|
comment:12 Changed 11 years ago by
Milestone: | 0.9.10 → 0.9.11 |
---|
comment:13 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I think this bug is since a long time fixed in fact as the call to svn2cl or cvs2cl is checked, and anyway an empty log file is created. Please reopen if you think there is still an issue.
We should import svn2cl/cvs2cl code into pb to be independent