svnadmin --compatible-version=1.9.0
From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 22 Mar 2013 17:13:28 +0200
svnadmin.c has this code:
/* We can't create repository with a version newer than what
Should the condition be relaxed to (compatible_version->major != latest->major)?
After all, if someone passes "1.9.0", that's fine --- we'll just create
In other words, the "is my version number at least X" behaviour might be
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.