Posts Tagged ‘subversion’

20080107 ZigVersion crashing all the time?

… just delete/rename ~/Library/Application Support/ZigVersion/UrlList.plist I had been experiencing continuous crashes with ZigVersion for probably a month or so, so at the end I just managed my svn stuff from the command line. It is a bit tedious sometimes so I thought it would be nice to find a fix! The side effect of this [...]

20070221 Deploying websites with Subversion

I think I’m going to move to Subversion all the websites which still aren’t versioned. It’s so annoying to change things locally, test locally, then you want to upload them to the server and there’s always some change which it’s not updated and booooom! With SVN (Subversion) it’s much easier. You continue building your stuff [...]

20060122 Subversion-ing with Mac and Textdrive

I wanted to have a good repository of my code projects just in case something bad happens. Searching info here and there, I found the following pages useful for setting up my own repository in textdrive, and also installing and configuring the appropiate software on my mac. So first thing was creating the repository, from [...]