How to create a branch/tag using the SVN API?
From: Jochen Hebbrecht <jochen_at_pipa.be>
Date: Wed, 28 Jul 2010 10:13:51 +0200
Hi,
I'm currently trying to create a branch/tag through the SVN API - PHP.
This is my code:
<?php
// CREATING BRANCH/TAG $svn_repos = svn_repos_open("##PATH_TO_REPO##");
?>
But then I'm getting this error:
[Tue Jul 27 14:50:30 2010] [error] [client 127.0.0.1] PHP Warning:
Any idea's what I'm doing wrong here?
Jochen
|
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.