osx-build.sh script still contains svn

Bug #525640 reported by Wolf
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Inkscape
Fix Released
Medium
Unassigned

Bug Description

Inkscape moved to bazaar a few months ago. The osx-build.sh script still contains code referring to svn, and doesnt make use of bzr (bazaar)

Wolf (drechsel)
description: updated
summary: - osx-build script still contains svn
+ osx-build.sh script still contains svn
su_v (suv-lp)
tags: added: build osx packaging
Revision history for this message
su_v (suv-lp) wrote :

changes needed in osx-build.sh:
1) change option 'u' "update an existing checkout from svn (run svn up)" from 'svn up' to use 'bzr update' or 'bzr pull' (the script needs to test whether the source is a checkout or branch?)
2) retrieve revision number for info text and file name of the distribution package from bzr
3) help text

Changed in inkscape:
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
su_v (suv-lp) wrote :

You could test the changes in the attached version of osx-build.sh if you rebuild the DMG file next time.

Don't rely on using the script for updating the sources though (./osx-build.sh u) - I haven't yet figured out how to determine if the sources are a branch (use 'bzr pull') or a checkout (use 'bzr update') from lp:inkscape. The attached version just assumes a branch (created with ' bzr branch lp:inkscape').

Revision history for this message
su_v (suv-lp) wrote :

same changes as patch file against bzr revision 9138

Revision history for this message
su_v (suv-lp) wrote :

fixed by Michael's script committed in rev. 9170

(imho BZR branch vs checkout issue is still open: the help says 'BZR checkout', but the script will assume a branch and do 'bzr pull')

Changed in inkscape:
milestone: none → 0.48
status: Confirmed → Fix Committed
jazzynico (jazzynico)
Changed in inkscape:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.