Hey tone,

  Eric provided a good explanation of what's like working with svn. I
would like to comment a little on point number 3.
  Having everything on svn helps us on deployment too. Most software
management tips will tell you to compile your code daily. Because it
gives the development team a clear goal and discourages them to commit
bugged code.

  Here's what happens where I work: QA approves the 'build' (a svn
revision), and a Python script that I made checkout this code, removes
the .svn directories, encode it using Ioncube (it's PHP, remember :p)
and uploads the file to the production server. It takes a minute from
svn revision approved to real world server, and that's good.


On 3/16/06, tonemcd <[EMAIL PROTECTED]> wrote:
>
> Hi Eric! ;)
>
> 3. that's a new one on us ;) (although Julios' comment on using pylint
> is very interesting)
>

--
Julio Nobrega - http://www.inerciasensorial.com.br

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to