Thread
:
liqbase - call for assistance
View Single Post
TA-t3
2008-09-26 , 09:30
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#
33
It's already on garage, right, and GeneralAntilles (and maybe others) has been commiting stuff as far as I can see. lcuk, if you did your development in the svn-checkedout version it should be just to first merge the svn changes back to the local copy: svn update
Then, after resolving any conflicts, to push local changes back up: svn commit
(But it's really much easier to do this continually, updating and commiting change by change..
)
If the local changes were done outside an svn tree then unpacking the tree over an svn checkout could be problematic, as it could easily overwrite/miss out changes done to the svn repository. In that case it would be better to create a branch and commit the changes there, later to be merged back to the trunk.
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
Quote & Reply
|
The Following User Says Thank You to TA-t3 For This Useful Post:
codeMonkey
TA-t3
View Public Profile
Send a private message to TA-t3
Find all posts by TA-t3