New with subversion au repos style

62 views
Skip to first unread message

dalefou

unread,
Sep 4, 2009, 10:05:26 AM9/4/09
to ReposStyle
Hi,
first i would like to congratulate you for this work, i enjoy it, and
i would like to apologize for my poor english ... but i'm french !!
My boss want me to install subversion + mantis + tortoise in order to
make C# project.
I'm an expert in synergy (continuus) administration but a real
beginner in subversion.
My installation seems great and tortoise works well so i try to tune
it.

I've installed your plugin and i have somme troubles :

first, when i click on "view history" on any kind of object, i have
this message :

"svn: OPTIONS of 'https://datafirst/svn/tnr/NonRegPRC.exe': Server
certificate verification failed: issuer is not trusted (https://
datafirst)"

I've look on the net and it seems to be an issue du to the login which
own the service ... But i've installed a pack (visualsvn) and the
owner is NT AUTHORITY\networkservice .. I dont understand because i
dont have the same users on SVN, my window server and my client ???
what can i do please ?

second, i've seen this : https://labs.repos.se/data/style/trunk/
and i'm in love whith it !! ;o)
I would like to know if someone has made some kind of tutorial or some
package to download it and install it ?? If i have to ask santa claus,
say it to me !! ;o)

Ok i apologize again for my english and thanks you for your answers !!

da

Staffan

unread,
Sep 4, 2009, 12:24:06 PM9/4/09
to repos...@googlegroups.com
On Fri, Sep 4, 2009 at 4:05 PM, dalefou<damienc...@gmail.com> wrote:
>
> Hi,
> first i would like to congratulate you for this work, i enjoy it, and
> i would like to apologize for my poor english ... but i'm french !!
> My boss want me to install subversion + mantis + tortoise in order to
> make C# project.
> I'm an expert in synergy (continuus) administration but a real
> beginner in subversion.
> My installation seems great and tortoise works well so i try to tune
> it.
>
> I've installed your plugin and i have somme troubles :
>
> first, when i click on "view history" on any kind of object, i have
> this message :
>
> "svn: OPTIONS of 'https://datafirst/svn/tnr/NonRegPRC.exe': Server
> certificate verification failed: issuer is not trusted (https://
> datafirst)"
>

The subversion client executed by the log script complains about the
SSL certificate. There is a number of potential solutions:

* Add --trust-server-cert to the svn command in /open/log/index.php
* Configure the log script to use http instead of https if your server
allows non-SSL from localhost
* Configure the log script to use a file:// url instead of http


> I've look on the net and it seems to be an issue du to the login which
> own  the service ... But i've installed a pack (visualsvn) and the
> owner is NT AUTHORITY\networkservice .. I dont understand because i
> dont have the same users on SVN, my window server and my client ???
> what can i do please ?
>
> second, i've seen this : https://labs.repos.se/data/style/trunk/
> and i'm in love whith it !! ;o)
> I would like to know if someone has made some kind of tutorial or some
> package to download it and install it ?? If i have to ask santa claus,
> say it to me !! ;o)
>
This is a commercial product. It is a CMS platform that integrates
with software for technical documentation. Feel free to contact
in...@repos.se if you're in love with it :)

/Staffan

dalefou

unread,
Sep 7, 2009, 10:09:47 AM9/7/09
to ReposStyle
Hi and thanx for the answer.
I tried it and i have a new error message :

svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file://testou/tnr/tnr/Documentations/
Save_TNR.ini'

i don't understand the index.php config i think ...
i access it via https://testou/svn/tnr
and i'have this on my config :

$repo = 'file:///testou/tnr';
// For SVNParentPath set $repo to parent and this to true
$isParent = false; (i tried with true)

is my variable $repo is good ?
I don''t have the sources on my server so how can he find them ???

thx for your help !!

Da


On Sep 4, 6:24 pm, Staffan <sols...@gmail.com> wrote:
> i...@repos.se if you're in love with it :)

Damien CARRIERE

unread,
Sep 7, 2009, 9:35:09 AM9/7/09
to repos...@googlegroups.com
Hi and thanx for the answer.
I  tried it and i have a new error message :

svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file://testou/tnr/tnr/Documentations/Save_TNR.ini'


i don't understand the index.php config i think ...
i access it via https://testou/svn/tnr
and i'have this on my config :

$repo = 'file:///testou/tnr';
// For SVNParentPath set $repo to parent and this to true
$isParent = false; (i tried with true)


is my variable $repo is good ?
I don''t have the sources on my server so how can he find them ???

thx for your help !!

Da




2009/9/4 Staffan <sol...@gmail.com>



--
Damien CARRIERE
06 22 42 49 28

Staffan

unread,
Sep 7, 2009, 11:12:35 AM9/7/09
to repos...@googlegroups.com
On Mon, Sep 7, 2009 at 4:09 PM, dalefou<damienc...@gmail.com> wrote:
>
> Hi and thanx for the answer.
> I  tried it and i have a new error message :
>
> svn: Unable to open an ra_local session to URL
> svn: Unable to open repository 'file://testou/tnr/tnr/Documentations/
> Save_TNR.ini'
>
> i don't understand the index.php config i think ...
> i access it via https://testou/svn/tnr
> and i'have this on my config :
>
> $repo = 'file:///testou/tnr';
> // For SVNParentPath set $repo to parent and this to true
> $isParent = false; (i tried with true)
>
> is my variable $repo is good ?

Assuming you have the following configuration in apache:
<Location /svn>
...
SVNParentPath /srv/svnrepos
...
</Location>

and have created a repository using command "svnadmin create /srv/svnrepos/tnr"

you should see the log for your repository from your local machine using command
"svn log file:///srv/svn/tnr"
(note the 3 slashes for file urls)

Then set the following in index.php
$repo = 'file:///srv/svn';


// For SVNParentPath set $repo to parent and this to true

$isParent = true;

/Staffan

Reply all
Reply to author
Forward
0 new messages