eriks
|
Subversion 1.4 command line client - 2006/09/12 21:55
Before you go rushing off to install the latest greatest command line client, keep in mind that subversion 1.4 introduces a new incompatible working copy - once you use svn 1.4 on your working copy, 1.3 and older clients will not be able to read it! ZigVersion currently uses the subversion 1.3 library, so you cannot use it in conjunction with the new svn 1.4 client.
Here is the relevant quote from the Subversion 1.4 release notes:
WARNING: if a Subversion 1.4 client encounters a pre-1.4 working copy, it will automatically upgrade the working copy format as soon as it touches it, making it unreadable by older Subversion clients. If you are using several versions of Subversion on your machine, you need to be careful about which version you use in which working copy, to avoid accidentally upgrading the working copy format. This "auto upgrade" feature, however, does not occur with the new repository format.
|