Tag Archive

SVN is like trees

Published on 2011/02/08 By Konstantinos Polychronis

SVN trunk, branches and tags Working with SVN is somewhat like growing a tree: a tree has a trunk and some branches branches grow from the trunk, and thinner branches grow from thicker branches a tree can grow with a trunk and no branch (but not for long) a tree with branches but no trunk [...]

FacebookGoogle BookmarksTwitterFriendFeedGoogle GmailBlogger PostGoogle ReaderHotmailWordPressShare

playing with grep, svn status and xargs

Published on 2010/10/28 By Konstantinos Polychronis

svn status | grep ‘?’ | grep -v ‘.class’ | xargs svn add and this is why I love linux. (or unix since I’m currently developing on a macbook pro)

FacebookGoogle BookmarksTwitterFriendFeedGoogle GmailBlogger PostGoogle ReaderHotmailWordPressShare

SVN reseting, the hard way

Published on 2010/07/04 By Konstantinos Polychronis

So, my subversion screwed up my remote repository, not allowing me to commit any local changes. Unfortunately, it screwed up my local repository too with those .svn folders and directories so I had to do a hard way reset to make it work again. This is how I did it: First of all BACKUP BACKUP [...]

FacebookGoogle BookmarksTwitterFriendFeedGoogle GmailBlogger PostGoogle ReaderHotmailWordPressShare

Subversion GUI in QT

Published on 2010/05/16 By Konstantinos Polychronis

A very nice and simple GUI for subversion is eSVN. It is written in QT and you can find it in your package manager or you can download it from here. Official page: http://sourceforge.net/projects/esvn/ Screenshots:

FacebookGoogle BookmarksTwitterFriendFeedGoogle GmailBlogger PostGoogle ReaderHotmailWordPressShare