Re: New stable release coming up.
Wari Wahab <[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.user |
|---|---|
| Message-ID | <[email protected]> |
will wrote: >Um... I don't know if I would run my blog off of my CVS directory. I >would think you'd want a step between you and CVS in case someone drops >something in that causes things to break. > > I'm with running things from CVS, infact I would know if something is wrong from the CVS copy immediately :) >Then you can have changes in your blog system and not have to worry about >accidentally commiting those to the repository. > > There are always some precaution to check with, like doing a diff, see if there are your changes. Also always make sure you do a cvs update -d before doing a commit, which my colleague paid for his mistake doing so (loosing a couple of weeks work).