Release Management/Release Notes: Difference between revisions

update the svn propset pd command
(Improvement of the doc)
(update the svn propset pd command)
Line 112: Line 112:




% svn propedit svn:externals tags/stage/includes
% svn propset svn:externals 'product-details -r<SVN_REVISION> http://svn.mozilla.org/libs/product-details' tags/stage/includes
# paste in the new commit rev from the libs/product-details push & save
property 'svn:externals' set on 'tags/stage/includes'
Set new value for property 'svn:externals' on 'tags/stage/includes'


% svn propedit svn:externals tags/production/includes
% svn propset svn:externals 'product-details -r<SVN_REVISION> http://svn.mozilla.org/libs/product-details' tags/production/includes
# paste in the new commit rev from the libs/product-details push & save
property 'svn:externals' set on 'tags/production/includes'
Set new value for property 'svn:externals' on 'tags/production/includes'


# probably want to update before trying to commit these
# probably want to update before trying to commit these
Confirmed users
709

edits