On 16 Nov 2006, at 02:29, Jay Parlar wrote:

> Well, here's the way I do it. On my development machine, I do all my
> hacking out of a SVN working directory. When I get everything working
> how I want it locally, I do my 'svn commit', then login to my
> production server.
>
> From there, I have an svn checkout. Go there, do my 'svn up'. Then, I
> do 'svn export --force ...' to make a pristine copy of the contents of
> the svn checkout into the directory that contains my actual running
> website.
>
> I'm sure there are better ways, but that's the way that works for me.

That sounds great and I tried setting up an SVN repos on Textdrive  
and it beat me... following the docs, again, it's the concepts that  
get me, not the specifics...

I'm now in the awful position of hacking a live server to do fixes...  
and people are using it...

And the worst thing is, each time I kill the django-fcgi and  
lighttp... it never quite boots the first time. I'm assuming that it  
takes django a while to get up... in order for lighttp to connect  
with it...

I really need to get to where you are now...

tom



--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to