Checking out a single file with SVN 1.5 dev

SVN 1.5 dev can now check out a single file. This is important for translators who want to check out and commit a single file and not all the other languages.

Requirements

  • SVN 1.5 dev

Usage

svn co --depth=empty the-dir
svn up the-dir/the-file

More information

This entry was posted in General. Bookmark the permalink.

2 Responses to Checking out a single file with SVN 1.5 dev

  1. pedro says:

    great, this is something that I’ve waited for long time, thanks for sharing it Olav.

  2. jorge vargas says:

    Very nice indeed, thanks for the good news.