[Python-projects] apycot svn config
Sylvain Thénault
sylvain.thenault at logilab.fr
Thu Apr 23 12:17:44 CEST 2009
On 23 avril 11:47, Didrik Pinte wrote:
> Hi guys,
>
> Now that my apycotbot, apycotclient and cubicweb works fine, I trie to
> have a running configuration.
>
> My repository is there
>
> http://myrepo/svn/myproject/src/python/trunk
>
>
> What is the correct configuration of vcs repository, vcs tag and vcs
> path to make it work ?
>
> I have setted :
>
> vcs_repository : http://myrepo/svn/myproject
> vcs path : src/python/
> vcs_tag : trunk
>
> but it seems it creates a url like this :
>
> REPO/TAG/PATH
>
> --> thus : http://myrepo/svn/myproject/trunk/src/python
>
> How can I solve that ?
by using mercurial, subversion sucks :p
more seriously, we don't use subversion anymore but if I remember correctly the
code expects some particular layout so I hope it will be able to handle yours.
You should try something like:
vcs_repository : http://myrepo/svn/myproject/src/python
vcs path :
vcs_tag : HEAD
--
Sylvain Thénault LOGILAB, Paris (France)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure: http://www.logilab.fr/services
CubicWeb, the semantic web framework: http://www.cubicweb.org
More information about the Python-Projects
mailing list