SVN

Run your own SVN server with WebSVN access and Drupal syntax highlighting

This is a very short tutorial – it should take you about 15 minutes from start to end – that explains how to run your own SVN server, install WebSVN, which is a web front-end to browse your SVN repository, and apply Drupal syntax highlighting to it.

An example can be seen used to be online at websvn.wimleers.com.

SVN

I run my own SVN repository, because it's much faster (svn:// FTW), I don't have size limitations, I can ensure it's backed up properly and because it's so easy.
I'm going to assume you've already installed svn on your (Linux) server.

Tags

syncvsvn: synchronize CVS working copy with SVN working copy

I keep all my Drupal sites up-to-date by updating a single Drupal core instance and one install profile. And I keep Drupal core and all modules in this install profile updated through CVS. But then a problem poses: what if a file was added to or removed from CVS? Until now, you'd have to manually svn add or svn rm the file. And in the case of some modules (e.g. Views), that's a lot of files you'll have to check.

The solution: syncvsvn

I'm aware that this probably isn't the best name, but it gets the job done :).

Collaborative cross-platform writing

For several courses at the university, we've got projects going on (actually, 5 simultaneously…) and for most of them, we have to write fairly large documents. We also have to work in groups of 2, 3 or 5. So collaborative writing becomes a necessity. Finally, in the group of 5, we work on 4 different operating systems. So whichever solution we pick, it must seamlessly work on any platform as well.

We chose LyX.

Syndicate content