Re: [osg-users] Committing to SVN problem

2010-02-24 Thread Michael Platings
It works
Thankyou very much all of you for your help!

On 23 February 2010 20:52, Mourad Boufarguine
wrote:

> Hi JL,
>
> What if you remove the asterisk at the end of the path in 
> [osg:/OpenSceneGraph/trunk/src/osgPlugins/fbx*]
> ==> [osg:/OpenSceneGraph/trunk/src/osgPlugins/fbx].
>
> Mourad
>
>
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Committing to SVN problem

2010-02-23 Thread Mourad Boufarguine
Hi JL,

What if you remove the asterisk at the end of the path in
[osg:/OpenSceneGraph/trunk/src/osgPlugins/fbx*]
==> [osg:/OpenSceneGraph/trunk/src/osgPlugins/fbx].

Mourad


On Tue, Feb 23, 2010 at 11:39 AM, Jose Luis Hidalgo <
joseluis.hida...@gmail.com> wrote:

> Hi Michel,
>  This is the config related to fbx, the user is taken from the wiki
> (so if you can log into the wiki, your password is correct):
>
> [osg:/OpenSceneGraph/trunk/src/osgPlugins/fbx*]
> * = r
> robert = rw
> mplatings= rw
>
>
> So... did I misspelled something?
>
> JL.
>
>
>
> On Tue, Feb 23, 2010 at 11:32 AM, Michael Platings 
> wrote:
> > On 22 February 2010 20:55, Robert Osfield 
> wrote:
> >>
> >> Michael Platings was also granted write permission to the new FBX
> plugin,
> >> but alas hasn't yet been able to successfully check anything in which
> has
> >> certainly held back maintenance of this new component.  Sorting this out
> is
> >> beyond my skill set.  Perhaps Michael and Jose Luis can explain what
> they've
> >> tried so far.
> >
> > If anyone has any idea how to resolve this I'd appreciate it. I'm using
> > TortoiseSVN on Windows XP. When trying to add a file I get the following
> > messages:
> >
> > Command: Commit
> > Adding: C:\OpenSceneGraph\src\osgPlugins\fbx\fbxMaterialToOsgStateSet.cpp
> > Error: Commit failed (details follow):
> > Error: Server sent unexpected return value (403 Forbidden) in response to
> > CHECKOUT
> > Error: request for
> > '/svn/osg/!svn/ver/10796/OpenSceneGraph/trunk/src/osgPlugins/fbx'
> > Finished!
> >
> > This happens both from my work computer and my home computer. Does anyone
> > have any idea what might be going wrong?
> > ___
> > osg-users mailing list
> > osg-users@lists.openscenegraph.org
> >
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
> >
> >
>
>
>
> --
>  Jose L. Hidalgo Valiño (PpluX)
>   http://www.pplux.com 
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Committing to SVN problem

2010-02-23 Thread Chris 'Xenon' Hanson
On 2/23/2010 11:11 AM, Michael Platings wrote:
> Chris, putting the username & password in the URL didn't make any
> difference. In fact I still had to enter the username/password into the
> popup that appeared.

  Ok.

> Norman, no I haven't tried setting up any SSH stuff beyond doing the
> default TortoiseSVN install. Try the steps under "Testing SSH with
> TortoiseSVN (client)" I just repeatedly get an error popping up: "PuTTY
> Fatal Error" "Network error: Connection timed out". Does that suggest
> anything to you?

  I have never had to mess with SSH stuff for TortoiseSVN.

  Are you going through any sort of proxy server or anything that you know of?

-- 
Chris 'Xenon' Hanson, omo sanza lettere  Xenon AlphaPixel.com
PixelSense Landsat processing now available! http://www.alphapixel.com/demos/
"There is no Truth. There is only Perception. To Perceive is to Exist." - Xen
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Committing to SVN problem

2010-02-23 Thread Michael Platings
Chris, putting the username & password in the URL didn't make any
difference. In fact I still had to enter the username/password into the
popup that appeared.

Norman, no I haven't tried setting up any SSH stuff beyond doing the default
TortoiseSVN install. Try the steps under "Testing SSH with TortoiseSVN
(client)" I just repeatedly get an error popping up: "PuTTY Fatal Error"
"Network error: Connection timed out". Does that suggest anything to you?
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Committing to SVN problem

2010-02-23 Thread Norman Vine

On Feb 23, 2010, at 12:28 PM, Michael Platings wrote:

it sounds as if you checked out from
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk  
OpenSceneGraph

instead of
https://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk  
OpenSceneGraph

which is the 'authenticated' uri of the project

When using https I get a warning about a security certificate, but  
other than that it behaves exactly the same unfortunately.


I am not on a Windows box  so can't really test or help with this
but my guess is that  you haven't set up a subversion ssh client

see section
Testing SSH with TortoiseSVN (client)  @
http://tortoisesvn.net/ssh_howto

HTH

Norman___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Committing to SVN problem

2010-02-23 Thread Chris 'Xenon' Hanson
On 2/23/2010 10:28 AM, Michael Platings wrote:
> When using https I get a warning about a security certificate, but other
> than that it behaves exactly the same unfortunately.

  I believe you can force authentication tokens to be passed by putting them 
into the URL:

https://username:passw...@www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk

-- 
Chris 'Xenon' Hanson, omo sanza lettere  Xenon AlphaPixel.com
PixelSense Landsat processing now available! http://www.alphapixel.com/demos/
"There is no Truth. There is only Perception. To Perceive is to Exist." - Xen
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Committing to SVN problem

2010-02-23 Thread Michael Platings
Clearing authentication data and doing the whole checkout & checkin process
again didn't work either :\
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Committing to SVN problem

2010-02-23 Thread Michael Platings
>
>   By that you mean it never prompts you for a login and password, or that
> it did prompt
> you but the subsequent checkin still fails?
>

At checkout it doesn't ask for login/password. At checkin it asks for
login/password as normal and still fails as before.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Committing to SVN problem

2010-02-23 Thread Chris 'Xenon' Hanson
On 2/23/2010 10:28 AM, Michael Platings wrote:
> When using https I get a warning about a security certificate, but other
> than that it behaves exactly the same unfortunately.

  By that you mean it never prompts you for a login and password, or that it 
did prompt
you but the subsequent checkin still fails?

-- 
Chris 'Xenon' Hanson, omo sanza lettere  Xenon AlphaPixel.com
PixelSense Landsat processing now available! http://www.alphapixel.com/demos/
"There is no Truth. There is only Perception. To Perceive is to Exist." - Xen
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Committing to SVN problem

2010-02-23 Thread Mourad Boufarguine
You may clear the authetication data in tortoise (setting>Saved Data) and
try a commit, so it will ask you for the username/password.

Mourad


On Tue, Feb 23, 2010 at 6:12 PM, Michael Platings wrote:

> Yes Update works fine.
> Your idea of checking out with full credentials sounds promising, but how
> do you do that? TortoiseSVN only asks for username/password when anonymous
> access is not permitted.
>
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Committing to SVN problem

2010-02-23 Thread Mathieu Marache


Le 23 févr. 10 à 18:28, Michael Platings a écrit :


it sounds as if you checked out from
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk  
OpenSceneGraph

instead of
https://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk  
OpenSceneGraph

which is the 'authenticated' uri of the project

When using https I get a warning about a security certificate, but  
other than that it behaves exactly the same unfortunately.


Try again the https but prior to that go to TortoiseSVN : Preferences- 
>Saved Data->Authentication Data and press "Clear"


This helped once or twice

Mathieu

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Committing to SVN problem

2010-02-23 Thread Michael Platings
>
> it sounds as if you checked out from
>
> http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk OpenSceneGraph
>
> instead of
>
> https://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk OpenSceneGraph
>
> which is the 'authenticated' uri of the project
>
>
When using https I get a warning about a security certificate, but other
than that it behaves exactly the same unfortunately.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Committing to SVN problem

2010-02-23 Thread Norman Vine

On Feb 23, 2010, at 12:12 PM, Michael Platings wrote:

Yes Update works fine.
Your idea of checking out with full credentials sounds promising,  
but how do you do that? TortoiseSVN only asks for username/password  
when anonymous access is not permitted.


it sounds as if you checked out from
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk  
OpenSceneGraph

instead of
https://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk  
OpenSceneGraph

which is the 'authenticated' uri of the project
HTH
Norman___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Committing to SVN problem

2010-02-23 Thread Michael Platings
Yes Update works fine.
Your idea of checking out with full credentials sounds promising, but how do
you do that? TortoiseSVN only asks for username/password when anonymous
access is not permitted.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Committing to SVN problem

2010-02-23 Thread Chris 'Xenon' Hanson
On 2/23/2010 3:32 AM, Michael Platings wrote:
> If anyone has any idea how to resolve this I'd appreciate it. I'm using
> TortoiseSVN on Windows XP. When trying to add a file I get the following
> messages:

  Do other SVN operations like Update and such work ok?

  I've had situation where if you have checked out a repo anonymously (without 
sign-in
credentials) then it can be very hard to get Tortoise to switch that repo to a
fully-logged-in setup where you can do commits.

  Last time I had to, I needed to check out a whole new repo using the full 
login
credentials, copy my changes to that, and then checkin from that. Somewhere the 
original
repo was still storing (and trying to use) the anonymous credentials and thus 
was getting
Forbidden from doing a commit operation (even though it prompted me for 
username and
password).

  I suspect you may be encountering the same thing. Try checking out a fresh 
copy of just
the FBX subfolder using the full credentials, and see if you can then checkin 
from THAT.

-- 
Chris 'Xenon' Hanson, omo sanza lettere  Xenon AlphaPixel.com
PixelSense Landsat processing now available! http://www.alphapixel.com/demos/
"There is no Truth. There is only Perception. To Perceive is to Exist." - Xen
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Committing to SVN problem

2010-02-23 Thread Michael Platings
>
> I have found that the URL has to be https://... For  TortoiseSVN to get
> through our firewall, etc.
>
Thanks John. I gave this a try but unfortunately still got the same error.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Committing to SVN problem

2010-02-23 Thread Mourad Boufarguine
Hi Jose Luis,

What do you get in apache error log when Michael tries to commit to the
trunk?

Mourad


On Tue, Feb 23, 2010 at 11:39 AM, Jose Luis Hidalgo <
joseluis.hida...@gmail.com> wrote:

> Hi Michel,
>  This is the config related to fbx, the user is taken from the wiki
> (so if you can log into the wiki, your password is correct):
>
> [osg:/OpenSceneGraph/trunk/src/osgPlugins/fbx*]
> * = r
> robert = rw
> mplatings= rw
>
>
> So... did I misspelled something?
>
> JL.
>
>
>
> On Tue, Feb 23, 2010 at 11:32 AM, Michael Platings 
> wrote:
> > On 22 February 2010 20:55, Robert Osfield 
> wrote:
> >>
> >> Michael Platings was also granted write permission to the new FBX
> plugin,
> >> but alas hasn't yet been able to successfully check anything in which
> has
> >> certainly held back maintenance of this new component.  Sorting this out
> is
> >> beyond my skill set.  Perhaps Michael and Jose Luis can explain what
> they've
> >> tried so far.
> >
> > If anyone has any idea how to resolve this I'd appreciate it. I'm using
> > TortoiseSVN on Windows XP. When trying to add a file I get the following
> > messages:
> >
> > Command: Commit
> > Adding: C:\OpenSceneGraph\src\osgPlugins\fbx\fbxMaterialToOsgStateSet.cpp
> > Error: Commit failed (details follow):
> > Error: Server sent unexpected return value (403 Forbidden) in response to
> > CHECKOUT
> > Error: request for
> > '/svn/osg/!svn/ver/10796/OpenSceneGraph/trunk/src/osgPlugins/fbx'
> > Finished!
> >
> > This happens both from my work computer and my home computer. Does anyone
> > have any idea what might be going wrong?
> > ___
> > osg-users mailing list
> > osg-users@lists.openscenegraph.org
> >
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
> >
> >
>
>
>
> --
>  Jose L. Hidalgo Valiño (PpluX)
>   http://www.pplux.com 
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Committing to SVN problem

2010-02-23 Thread Montgomery, John T.
I don't know much about this, but just in case you haven't come across this..
I have found that the URL has to be https://... For  TortoiseSVN to get through 
our firewall, etc.

:-)
John Montgomery, Glassel, Scotland.



From: osg-users-boun...@lists.openscenegraph.org 
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Michael 
Platings
Sent: 23 February 2010 11:37
To: OpenSceneGraph Users
Subject: Re: [osg-users] Committing to SVN problem

Is the config file whitespace sensitive? I notice there's a space between 
"robert" and "=", but no space between "mplatings" and "=".


The University of Aberdeen is a charity registered in Scotland, No SC013683.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Committing to SVN problem

2010-02-23 Thread Michael Platings
Is the config file whitespace sensitive? I notice there's a space between
"robert" and "=", but no space between "mplatings" and "=".
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Committing to SVN problem

2010-02-23 Thread Jose Luis Hidalgo
Hi Michel,
  This is the config related to fbx, the user is taken from the wiki
(so if you can log into the wiki, your password is correct):

[osg:/OpenSceneGraph/trunk/src/osgPlugins/fbx*]
* = r
robert = rw
mplatings= rw


So... did I misspelled something?

JL.



On Tue, Feb 23, 2010 at 11:32 AM, Michael Platings  wrote:
> On 22 February 2010 20:55, Robert Osfield  wrote:
>>
>> Michael Platings was also granted write permission to the new FBX plugin,
>> but alas hasn't yet been able to successfully check anything in which has
>> certainly held back maintenance of this new component.  Sorting this out is
>> beyond my skill set.  Perhaps Michael and Jose Luis can explain what they've
>> tried so far.
>
> If anyone has any idea how to resolve this I'd appreciate it. I'm using
> TortoiseSVN on Windows XP. When trying to add a file I get the following
> messages:
>
> Command: Commit
> Adding: C:\OpenSceneGraph\src\osgPlugins\fbx\fbxMaterialToOsgStateSet.cpp
> Error: Commit failed (details follow):
> Error: Server sent unexpected return value (403 Forbidden) in response to
> CHECKOUT
> Error: request for
> '/svn/osg/!svn/ver/10796/OpenSceneGraph/trunk/src/osgPlugins/fbx'
> Finished!
>
> This happens both from my work computer and my home computer. Does anyone
> have any idea what might be going wrong?
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>



-- 
  Jose L. Hidalgo Valiño (PpluX)
   http://www.pplux.com 
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org