Last week I talked about many changes in the cache implementation. Well, yesterday I made more changes. My proposal on Summer of Code was based on using an embedded database. But I changed the algorit… more →
Gimenete on Google Summer of Codeoogtech wrote 8 hours ago: Working on legacy codebases isn’t a dream job. If your legacy codebase is a weird mix of scrip … more →
Pol wrote 3 days ago: Lo siento, queria levantar humo en vano , Les comento que en el día de hoy fue lanzado (con un día … more →
planetfloss wrote 3 days ago: Subversion: Server Installation, Configuration on Windows Index 1. Topics covered. 2. Prer … more →
A2D2 wrote 4 days ago: Brian Fitzpatrick and Ben Collins-Sussman gave an awesome talk at Google IO on collaboration in prog … more →
weboom wrote 5 days ago: Go to the project you checked out click right button select “Team” … more →
Ploy wrote 5 days ago: Mac OS X 10.5 comes with an outdated svn version, I think it’s 1.4. For work, I need to update … more →
davidrobertlewis wrote 1 week ago: Subversion is a version control system, which allows you to keep old versions of files and directori … more →
Mayank Juneja wrote 1 week ago: Subversion (SVN) is a version control system used to maintain current and historical versions of fil … more →
weboom wrote 1 week ago: $ svn commit <directoryyouwanttocommit> … more →
oogtech wrote 1 week ago: OK, so I reviewed XML editors and I didn’t find anything suitable for me. I drafted technical … more →
Ploy wrote 1 week ago: This is a way to browse SVN Repository in eclipse. To open the SVN Repository View, go to Windows … more →
weboom wrote 1 week ago: $ svn update <directorynameyouwanttoupdate> … more →
Mark wrote 2 weeks ago: All software development projects should have a repository. Before you start a project make sure yo … more →
Mark Bools wrote 2 weeks ago: This post is an extended discussion covering removal of paths from a Subversion repository, covered … more →
weboom wrote 2 weeks ago: Checkout: svn co –username <your_user_name> –password <your_password> http:/ … more →
buDdie wrote 2 weeks ago: Generally, you want to avoid sharing same account for web and system, because if the web account is … more →
Johannes wrote 2 weeks ago: I’ve finally managed to get a subversion server up and running today. With my brother studying … more →
Varun wrote 2 weeks ago: Recent exploration in the world of FOSS has helped me adopt SVN more easily than ever before. In thi … more →
genki wrote 3 weeks ago: On old SVN Server side: # svnadmin dump your_repository_dir > repo.dmp * This will take more th … more →