Search the web
Sign In
New User? Sign Up
frontierkernel · Frontier Kernel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
SQLite branch merged into trunk   Message List  
Reply | Forward Message #2843 of 3834 |
Re: steps on how I merged the SQLite branch into the trunk

Hello all,

Here are the command line steps I used to merge the SQLite branch into
the trunk. Each command and response is indicated by the command line
prompt "$ ". If I truncated the response, I used "...". Comments are
indicated by " *".

Questions? I'll try to answer them.


$ svn co
https://svn.sourceforge.net/svnroot/frontierkernel/Frontier/trunk/
"Frontier_Trunk"
A Frontier_Trunk/LICENSE.txt
...
A Frontier_Trunk/build_VC6/Frontier.dsp
Checked out revision 1547.


$ cd Frontier_Trunk


$ svn log --stop-on-copy
https://svn.sourceforge.net/svnroot/frontierkernel/Frontier/branches/SQLite/
------------------------------------------------------------------------
r1547 | creecode | 2006-10-05 12:16:57 -0700 (Thu, 05 Oct 2006) | 1 line

version 10.2x isn't going to fly as we used the even subversion to
indicate stable versions. So we are left with using 10.1a11.
...
------------------------------------------------------------------------
r1233 | davidgewirtz | 2006-04-08 13:04:23 -0700 (Sat, 08 Apr 2006) |
1 line

Updated SQLite development branch after subversion conversion. -- DG
------------------------------------------------------------------------

*we're interested in the revision number of the last copy which is r1233


$ svn merge -r 1233:1547
https://svn.sourceforge.net/svnroot/frontierkernel/Frontier/branches/SQLite/
G build_CWPro8/OPML.mcp
...
G resources/OPML/OPMLdoc.icns

*in the working copy of the trunk we now have merged in the changes
from the branch


*at this point we resolve conflicts, compile, test, etc.


$ svn copy
https://svn.sourceforge.net/svnroot/frontierkernel/Frontier/trunk
https://svn.sourceforge.net/svnroot/frontierkernel/Frontier/tags/release-Frontie\
r_10.1a10

-m "Tagging the v10.1a10 release of the Frontier Kernel."


$ svn commit -m "Merged SQLite branch changes r1233:1547 into the trunk."
Sending Common/headers/kernelverbdefs.h
...
Adding build_XCode/Frontier.xcodeproj/project.pbxproj
Transmitting file data ..........
Committed revision 1549.


Toodle-looooooooooo..........
creecode






Sun Oct 8, 2006 5:17 pm

creecode
Offline Offline
Send Email Send Email

Forward
Message #2843 of 3834 |
Expand Messages Author Sort by Date

Hello all, I think I have successfully merged the SQLite branch into the trunk. Please checkout a fresh copy of the trunk and run things through their paces. ...
creecode
Offline Send Email
Oct 8, 2006
7:24 am

... Yay! I've got to caffiene up and do some "honey do" stuff (it's Sunday, after all), but then I'll update the trunk, compile, and test. We'll also need to...
David Gewirtz
zatzdiagnostic
Offline Send Email
Oct 8, 2006
3:57 pm

Hello all, Here are the command line steps I used to merge the SQLite branch into the trunk. Each command and response is indicated by the command line prompt...
creecode
Offline Send Email
Oct 8, 2006
5:20 pm

Hello all, One thing I noticed when I was resovling conflicts. The build_VC2K3 folder seemed to have a few of the SQLite files added to the project but not...
creecode
Offline Send Email
Oct 9, 2006
12:23 am

Hello all, I'd like to remove the SQLite branch at the end of this week, assuming there aren't any problems with the merge. ... Tooodle-looooooooo....... ...
creecode
Offline Send Email
Oct 9, 2006
12:29 am

... Nice Thomas! Thanks for the instructions. It's always helpful to have something of a clue. On the VC2K3 thing: it's always possible I tried doing something...
David Gewirtz
zatzdiagnostic
Offline Send Email
Oct 9, 2006
1:14 am

Hey David, ... I think it is a good idea in that it keep things tidy. I would find it distracting to have non current branches floating around and having to...
creecode
Offline Send Email
Oct 9, 2006
4:12 am

That probably should have read... From my reading of the Subversion docs it is my understanding that no information is lost upon deletion. ... ...
creecode
Offline Send Email
Oct 10, 2006
7:06 am

... As long as we don't lose anything, I don't mind cleanups. The less confusing things are, the better. -- David...
David Gewirtz
zatzdiagnostic
Offline Send Email
Oct 10, 2006
5:04 pm

Hello all, ... Done! Coming via a root update near you soon! ... I'd like to suggest the table be "system.verbs.builtins.sqlite.examples". ... I'd appreciate...
creecode
Offline Send Email
Oct 10, 2006
7:45 pm

... Sweet. Thanks. ... "system.verbs.builtins.sqlite.examples". ... Why wouldn't it be in examples.sqlite, since we've got a top-level examples table? ... OK,...
David Gewirtz
zatzdiagnostic
Offline Send Email
Oct 10, 2006
9:23 pm

Hey David, ... I think the examples table is more for the early Frontier tutorials. It hasn't been updated in ages! :-(. Any takers! :-) It's been common...
creecode
Offline Send Email
Oct 11, 2006
6:17 am

... Okey dokey. I'll do it that way. -- David...
David Gewirtz
zatzdiagnostic
Offline Send Email
Oct 11, 2006
12:39 pm

Hi Thomas, ... correct. I'd prefer a solution that uses the frontier filespec type & converts "under the hood". That way we can change implementation later...
Karsten Wolf
karstenwo
Offline Send Email
Oct 11, 2006
8:51 am

Hello all, ... I agree. But in the mean time these other options can be made available ( verb or AppleScript ) and could be used to make things easier. Lets...
creecode
Offline Send Email
Oct 12, 2006
4:58 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help