Changes between Version 9 and Version 10 of Doc/SCDB/FAQ


Ignore:
Timestamp:
Jul 22, 2014, 11:03:29 AM (10 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/SCDB/FAQ

    v9 v10  
    4141=== Unable to get information on tags branch ===
    4242
    43 If you get this error at the beginning of the deploy phase when executing `ant deploy` and you have not consistency problem between the SVN client version you use and the one embedded in `ant tools`( `external/svnkit`), this means you don't have valid cached credentials to access the `tags` branch in your configuration database that can be used by `svnkit`, the SVN client used by `ant`. To fix the problem, try to write to `tags` branch using `jsvn` utility provided in `external/svnkit`. You can use the following commands as an example, changing the URLs to match your configuration database:
     43If you get this error at the beginning of the deploy phase when executing `ant deploy` and you have no compatibility problem between the SVN client version you use and the one embedded in `ant tools`( `external/svnkit`), this means you don't have valid cached credentials to access the `tags` branch in your configuration database that can be used by `svnkit`, the SVN client used by `ant`. To fix the problem, try to write to `tags` branch using `jsvn` utility provided in `external/svnkit`. You can use the following commands as an example, changing the URLs to match your configuration database:
    4444{{{
    4545external/svnkit/jsvn cp htpp://quattorsrv.example.org/quattor/trunk htpp://quattorsrv.example.org/quattor/tags/test -m 'Deploy test'