Am 18.02.2016 um 18:29 schrieb D'Arcy J.M. Cain:
After these changes I need to re-tag.  Should I remove the 4.2.1 tag
and re-copy or just tag 4.2.2?

If it's not yet released, it's not problem in Subversion to make the changes to a tag (there's actually no difference between a tag and a branch), so I would just make the few corrections there.

It's bad that you needed to remove that check for permissions. The intention was to make sure the script is run in a file system with proper file permissions.

Maybe you can change

    if [ $? -ne 0 -o "$PERMS" != '755755755755644644644644' ]

to

    if [ $? -eq 0 -a "$PERMS" != '755755755755644644644644' ]

so then the check would at least warn under Linux?

-- Christoph
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to