development practices question

2008-02-05 Thread Jim Hefferon
Hello, Can I ask a best-practices question? I feel that what I'm doing is not enough but I'm not sure what is the Right Thing. I know many folks on this list do development of various kinds. I do a lot of web work. I have all my material, including dB table generation and stocking, in a

Re: development practices question

2008-02-05 Thread Anthony Carrico
You bring up a good topic. Write some dist or install scripts, put them in version control, and fix them when you find bugs in them, just like the rest of your development. Also, maybe the export command would be useful: http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.ref.svn.c.export --

Re: development practices question

2008-02-05 Thread Rob Riggen
Hi Jim, Have you used svn export? That is how I deploy from the repository to the development environment. The export command will push out only the files in your project and leave behind all of the svn meta directories and files. It will also omit any files that are not under revision

Re: development practices question

2008-02-05 Thread Bradley Holt
Jim, I would echo the two comments you've already gotten: use svn export and branches/tags. Here's an example repo layout: /trunk /branches /1.0.x /1.1.x /tags /1.0.0 /1.0.1 /1.0.2 /1.1.0 /1.1.1 Branch from the trunk, tag from a branch. Bug fix changes only in

Re: development practices question

2008-02-05 Thread Jim Hefferon
Thank you to everyone for the replies. Some people seemed not to understand me, so I apologize. I use svn and I use versions and branching. I know about export. What I'm struggling with is that developing directly from the repository tree is awkward, and I wondered if others know of a better

Re: development practices question

2008-02-05 Thread Rene Churchill
Well, what I do is use Apache's config file to set up multiple directories and servers on my development machine. Each server is listening on a different port and provides a different purpose. One is for bug fixing, one is for long-term development, one for pre-release checking, etc. From the

Re: FOSS vs Proprietary - FF vs IE, Is it worse than we think?

2008-02-05 Thread Sam Hooker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rubin Bennett wrote: | here is that they're following the patch of least resistance, which is a I think it's Windows *sysadmins* who follow the patch of least resistance, not the programmers... ;-) - -sth sam hooker|[EMAIL

Re: development practices question

2008-02-05 Thread Bradley Holt
Jim, In the first example you gave could you simply have a configuration file (that isn't in svn and is different on each machine) that stores a database_user variable; then, instead of running the SQL script directly, it's run through a script that expands that variable? This way when it's run

Re: development practices question

2008-02-05 Thread Jim Hefferon
Bradley, On Tue, 2008-02-05 at 12:05 -0500, Bradley Holt wrote: In the first example you gave could you simply have a configuration file (that isn't in svn and is different on each machine) that stores a database_user variable; then, instead of running the SQL script directly, it's run

Re: FOSS vs Proprietary - FF vs IE, Is it worse than we think?

2008-02-05 Thread Rubin Bennett
On Tue, 2008-02-05 at 12:44 -0500, Sam Hooker wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rubin Bennett wrote: | here is that they're following the patch of least resistance, which is a I think it's Windows *sysadmins* who follow the patch of least resistance, not the

Regionalization/ useability question...

2008-02-05 Thread Rubin Bennett
So... I probably should know this, but... In my last post, I used an accented character. I use KDE as my desktop and Evolution 2.10 for email, and I spent about 10 minutes trying to figure out how to *type* that accented character from my laptop keyboard, and finally gave up. I ended up cheating

Re: Regionalization/ useability question...

2008-02-05 Thread Rob Riggen
gnome has a character map program which allows one to view non-US characters and put them on the clipboard... Rob On Tue, Feb 5, 2008 at 3:07 PM, Rubin Bennett [EMAIL PROTECTED] wrote: So... I probably should know this, but... In my last post, I used an accented character. I use KDE as my

Re: Regionalization/ useability question...

2008-02-05 Thread Josh Sled
Rubin Bennett [EMAIL PROTECTED] writes: So... I probably should know this, but... In my last post, I used an accented character. I use KDE as my desktop and Evolution 2.10 for email, and I spent about 10 minutes trying to figure out how to *type* that accented character from my laptop

Re: Regionalization/ useability question...

2008-02-05 Thread Rick White
--- Rob Riggen [EMAIL PROTECTED] wrote: gnome has a character map program which allows one to view non-US characters and put them on the clipboard... Rob Unfortunately, I found the gnome character map difficult to fathom (until I realized Latin was my language). I wanted to use an n with a

Re: Regionalization/ useability question...

2008-02-05 Thread Tony Harris
Not positive if this is true for KDE as well, but on GNOME I have both the US and US-International keyboards configured, and activate the Gnome toolbar applet that lets me switch between them. Then when you want something like é you just type apostrophe followed by e and you get it. -- Tony

Re: Regionalization/ useability question...

2008-02-05 Thread Rob Riggen
On Tue, Feb 5, 2008 at 5:06 PM, Rick White [EMAIL PROTECTED] wrote: Unfortunately, I found the gnome character map difficult to fathom (until I realized Latin was my language). I wanted to use an n with a tilde to write the word Manana, or tomorrow, in Spanish. There were many variations of

Re: Regionalization/ useability question...

2008-02-05 Thread John Campbell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 5 Feb 2008, Tony Harris wrote: Not positive if this is true for KDE as well, but on GNOME I have both the US and US-International keyboards configured, and activate the Gnome toolbar applet that lets me switch between them. Then when you

Re: expired GPG key...

2008-02-05 Thread sth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK: so, you've noticed that my last post was signed. So the PRIVATE key is fine, and that modulates my question only slightly: what's wrong with my PUBLIC key? Thanks for your patience... - -sth sam hooker|[EMAIL

Re: expired GPG key...

2008-02-05 Thread John Campbell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 5 Feb 2008, sth wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK: so, you've noticed that my last post was signed. So the PRIVATE key is fine, and that modulates my question only slightly: what's wrong with my PUBLIC key?