Opened 13 years ago
Closed 8 years ago
#33932 closed defect (wontfix)
Erroneous "Missing subversion property on Portfile" error
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 2.0.99 |
Keywords: | haspatch | Cc: | |
Port: |
Description
$ port lint zlib ---> Verifying Portfile for zlib Error: Missing subversion property on Portfile, please execute: svn ps svn:keywords Id Portfile Error: Missing subversion property on Portfile, please execute: svn ps svn:eol-style native Portfile ---> 2 errors and 0 warnings found.
This is false:
$ svn pl -v $(port file zlib) Properties on '/Users/rschmidt/macports/dports/archivers/zlib/Portfile': svn:keywords Id svn:eol-style native
Attachments (1)
Change History (4)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | portlint.tcl.diff added |
---|
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|
The attached patch would do this. The problem is this would eliminate possibly helpful error output in the case that svn returns with a nonzero exit code. I don't know if there's a way to get [exec]
to put the stdout and stderr in separate variables; that would be helpful.
comment:3 Changed 8 years ago by raimue (Rainer Müller)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
No longer relevant after we switched to Git.
Note: See
TracTickets for help on using
tickets.
The debug output reveals the problem:
Also:
So we should just ignore the error output from the svn command.