Re: Problem setting up Subversion repo

2014-07-29 Thread Roman Parkhunovsky
I uninstalled Subvertpy but the package from centos repository was built 
for python2.4 so I had to compile pysvn-1.6.3 from source. (You need to 
install e2fsprogs-devel, neon-devel in case one needs to compile).
Now I can add repositories and I can see latest commits when creating a 
review.
If you need more information I'd be glad to provide it for figuring out 
subvertpy issue.

Thanks.

Вівторок, 29 липня 2014 р. 13:29:21 UTC-5 користувач Roman Parkhunovsky 
написав:
>
> Hi, 
> I have a problem with setting up SVN as a repository:
> A repository was not found at the specified path.
>
> And from httpd logs:
> [Tue Jul 29 17:25:32 2014] [error] ERROR:root:SVN: Failed to get 
> repository information for https://svn.mycompany.com/svn/project:
>  ("OPTIONS of 'https://svn.mycompany.com/svn/project': authorization 
> failed (https://svn.mycompany.com)", 170001)
> [Tue Jul 29 18:04:39 2014] [error] ERROR:root:SVN: Failed to get 
> repository information for https://svn.mycompany.com/svn: ("OPTIONS of 
> 'https://svn.mycompany.com/svn': 200 OK (https://svn.mycompany.com)", 
> 175002)
>
> Information for  project "app" trunk:
> $svn info
> Path: .
> URL: https://svn.mycompany.com/svn/project/app/trunk
> Repository Root: https://svn.mycompany.com/svn/project
>
> I use definitely correct login/password that I put in on Repository 
> configuration page. I tried a few ones in ReviewBoard and all of them 
> produce the error above albeit using them for svn checkout succeeds. 
> I also tried different svn roots like https://svn.mycompany.com, 
> https://svn.mycompany.com/svn, https://svn.mycompany.com/svn/myproj/trunk 
> but all of them were causing the same error.
> Reviewboard 2.0.5, RBtools 0.6.2, subversion 1.6.15 (both client and 
> repo), subvertpy-0.9.1-py2.6-linux-x86_64.egg, CentOS 5.10 x64.
>
> Thanks.
>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problem setting up Subversion repo

2014-07-29 Thread Christian Hammond
Can you try uninstalling Subvertpy and installing PySVN? Subvertpy support is 
new, and I want to rule it out as a problem.

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On July 29, 2014 at 6:07:57 PM, Roman Parkhunovsky (esqrot...@gmail.com) wrote:

Hi, Christian, thanks for a quick reply.
I'm using subvertpy-0.9.1-py2.6-linux-x86_64.egg installed by easy_install26 
and python2.6.
SVN requires simple username/password, it consists of upper, lower symbols and 
numbers only.

Thanks.

Вівторок, 29 липня 2014 р. 14:42:19 UTC-5 користувач Christian Hammond написав:
Hi Roman,

What type of authentication does the server expect? Simple username/password, 
or more?

Can you check the log files to see whether PySVN or Subvertpy is being used?

Also, any unusual characters (such as Unicode) in your password?

Christian

-- 
Christian Hammond - chri...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On July 29, 2014 at 12:10:06 PM, Roman Parkhunovsky (esqr...@gmail.com) wrote:

Hi,
I have a problem with setting up SVN as a repository:
A repository was not found at the specified path.

And from httpd logs:
[Tue Jul 29 17:25:32 2014] [error] ERROR:root:SVN: Failed to get repository 
information for https://svn.mycompany.com/svn/project:
 ("OPTIONS of 'https://svn.mycompany.com/svn/project': authorization
failed (https://svn.mycompany.com)", 170001)
[Tue Jul 29 18:04:39 2014] [error] ERROR:root:SVN: Failed to get repository 
information for https://svn.mycompany.com/svn: ("OPTIONS of 
'https://svn.mycompany.com/svn': 200 OK (https://svn.mycompany.com)", 175002)

Information for  project "app" trunk:
$svn info
Path: .
URL: https://svn.mycompany.com/svn/project/app/trunk
Repository Root: https://svn.mycompany.com/svn/project

I use definitely correct login/password that I put in on Repository 
configuration page. I tried a few ones in ReviewBoard and all of them produce 
the error above albeit using them for svn checkout succeeds.
I also tried different svn roots like https://svn.mycompany.com, 
https://svn.mycompany.com/svn, https://svn.mycompany.com/svn/myproj/trunk but 
all of them were causing the same error.
Reviewboard 2.0.5, RBtools 0.6.2, subversion 1.6.15 (both client and repo), 
subvertpy-0.9.1-py2.6-linux-x86_64.egg, CentOS 5.10 x64.

Thanks.
--
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
---
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problem setting up Subversion repo

2014-07-29 Thread Roman Parkhunovsky
Hi, Christian, thanks for a quick reply.
I'm using subvertpy-0.9.1-py2.6-linux-x86_64.egg installed by 
easy_install26 and python2.6.
SVN requires simple username/password, it consists of upper, lower symbols 
and numbers only.

Thanks.

Вівторок, 29 липня 2014 р. 14:42:19 UTC-5 користувач Christian Hammond 
написав:
>
> Hi Roman,
>
> What type of authentication does the server expect? Simple 
> username/password, or more?
>
> Can you check the log files to see whether PySVN or Subvertpy is being 
> used?
>
> Also, any unusual characters (such as Unicode) in your password?
>
> Christian
>
> -- 
> Christian Hammond - chri...@beanbaginc.com 
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>
> On July 29, 2014 at 12:10:06 PM, Roman Parkhunovsky (esqr...@gmail.com 
> ) wrote:
>
> Hi,
> I have a problem with setting up SVN as a repository:
>  A repository was not found at the specified path.
>  
> And from httpd logs:
>  [Tue Jul 29 17:25:32 2014] [error] ERROR:root:SVN: Failed to get repository 
> information for https://svn.mycompany.com/svn/project:
>  ("OPTIONS of 'https://svn.mycompany.com/svn/project': authorization
> failed (https://svn.mycompany.com)", 170001)
>  [Tue Jul 29 18:04:39 2014] [error] ERROR:root:SVN: Failed to get repository 
> information for https://svn.mycompany.com/svn: ("OPTIONS of 'https://
> svn.mycompany.com/svn': 200 OK (https://svn.mycompany.com)", 175002)
>  
> Information for  project "app" trunk:
>  $svn info
> Path: .
> URL: https://svn.mycompany.com/svn/project/app/trunk
> Repository Root: https://svn.mycompany.com/svn/project
>  
> I use definitely correct login/password that I put in on Repository 
> configuration page. I tried a few ones in ReviewBoard and all of them 
> produce the error above albeit using them for svn checkout succeeds.
> I also tried different svn roots like https://svn.mycompany.com, 
> https://svn.mycompany.com/svn, https://svn.mycompany.com/svn/myproj/trunk 
> but all of them were causing the same error.
> Reviewboard 2.0.5, RBtools 0.6.2, subversion 1.6.15 (both client and 
> repo), subvertpy-0.9.1-py2.6-linux-x86_64.egg, CentOS 5.10 x64.
>
> Thanks.
> --
> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> ---
> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> ---
> Happy user? Let us know at http://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups 
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to reviewboard...@googlegroups.com .
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problem setting up Subversion repo

2014-07-29 Thread Christian Hammond
Hi Roman,

What type of authentication does the server expect? Simple username/password, 
or more?

Can you check the log files to see whether PySVN or Subvertpy is being used?

Also, any unusual characters (such as Unicode) in your password?

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On July 29, 2014 at 12:10:06 PM, Roman Parkhunovsky (esqrot...@gmail.com) wrote:

Hi,
I have a problem with setting up SVN as a repository:
A repository was not found at the specified path.

And from httpd logs:
[Tue Jul 29 17:25:32 2014] [error] ERROR:root:SVN: Failed to get repository 
information for https://svn.mycompany.com/svn/project:
 ("OPTIONS of 'https://svn.mycompany.com/svn/project': authorization
failed (https://svn.mycompany.com)", 170001)
[Tue Jul 29 18:04:39 2014] [error] ERROR:root:SVN: Failed to get repository 
information for https://svn.mycompany.com/svn: ("OPTIONS of 
'https://svn.mycompany.com/svn': 200 OK (https://svn.mycompany.com)", 175002)

Information for  project "app" trunk:
$svn info
Path: .
URL: https://svn.mycompany.com/svn/project/app/trunk
Repository Root: https://svn.mycompany.com/svn/project

I use definitely correct login/password that I put in on Repository 
configuration page. I tried a few ones in ReviewBoard and all of them produce 
the error above albeit using them for svn checkout succeeds.
I also tried different svn roots like https://svn.mycompany.com, 
https://svn.mycompany.com/svn, https://svn.mycompany.com/svn/myproj/trunk but 
all of them were causing the same error.
Reviewboard 2.0.5, RBtools 0.6.2, subversion 1.6.15 (both client and repo), 
subvertpy-0.9.1-py2.6-linux-x86_64.egg, CentOS 5.10 x64.

Thanks.
--
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
---
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Problem setting up Subversion repo

2014-07-29 Thread Roman Parkhunovsky
Hi, 
I have a problem with setting up SVN as a repository:
A repository was not found at the specified path.

And from httpd logs:
[Tue Jul 29 17:25:32 2014] [error] ERROR:root:SVN: Failed to get repository 
information for https://svn.mycompany.com/svn/project:
 ("OPTIONS of 'https://svn.mycompany.com/svn/project': authorization 
failed (https://svn.mycompany.com)", 170001)
[Tue Jul 29 18:04:39 2014] [error] ERROR:root:SVN: Failed to get repository 
information for https://svn.mycompany.com/svn: ("OPTIONS of 'https://
svn.mycompany.com/svn': 200 OK (https://svn.mycompany.com)", 175002)

Information for  project "app" trunk:
$svn info
Path: .
URL: https://svn.mycompany.com/svn/project/app/trunk
Repository Root: https://svn.mycompany.com/svn/project

I use definitely correct login/password that I put in on Repository 
configuration page. I tried a few ones in ReviewBoard and all of them 
produce the error above albeit using them for svn checkout succeeds. 
I also tried different svn roots like https://svn.mycompany.com, 
https://svn.mycompany.com/svn, https://svn.mycompany.com/svn/myproj/trunk 
but all of them were causing the same error.
Reviewboard 2.0.5, RBtools 0.6.2, subversion 1.6.15 (both client and repo), 
subvertpy-0.9.1-py2.6-linux-x86_64.egg, CentOS 5.10 x64.

Thanks.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.