svn merger error- Unreadable path encountered; access denied

2012-01-13 Thread Lloyd
Hi,

I am trying out svn branching and merging. I have a repository named
MyRepo, to create a branch I have done the following

Structure of MyRepo is as follows
=
  MyRepo
-> Branch
-> Trunk
-> Tags

First checked out the repository

 svn checkout svn://svnserver/MyRepo

Then created a branch using
==

svn copy svn://svnserver/MyRepo/trunk
svn://svnserver/MyRepo/Branch/TestMerge -m "test merging"

Then checked out the new branch to a new location (E:\br)
===

 svn checkout svn://svnserver/MyRepo/Branch/TestMerge

Then Added a new file to this TestMerge folder, then added in to the svn
using svn add command, then commited it to the server.

Now I want to merge this change to the trunk using svn merge command, for
that I have checked out a new working copy (E:\ch), then executed the merge
command

svn merge svn://svnserver/MyRepo/Branch/TestMerge
svn://svnserver/MyRepo/trunk E:\ch\Trunk

But I get the following error, what am I doing wrong?

"svn: Unreadable path encountered; access denied"

Thanks,
  Lloyd


Re: svn merger error- Unreadable path encountered; access denied

2012-01-13 Thread Lloyd
Thanks Uli. This is what I understood when reading the subversion book. If
you were in my position, what would you have done?

A simple example would be much more helpful than an explanation. And that
"lower case" was a typo in the mail.

And also I have few questions:-

Should I be checking out only trunk or only the branch I have to work. Am I
doing anything wrong in creating the branch (I did as per the book said)?

Thank you very much,
  Lloyd

On Fri, Jan 13, 2012 at 5:04 PM, Ulrich Eckhardt <
ulrich.eckha...@dominolaser.com> wrote:

> Am 13.01.2012 10:05, schrieb Lloyd:
>
>  I am trying out svn branching and merging. I have a repository named
>> MyRepo, to create a branch I have done the following
>>
>> Structure of MyRepo is as follows
>> =
>>   MyRepo
>> ->  Branch
>> ->  Trunk
>> ->  Tags
>>
>> First checked out the repository
>> 
>>  svn checkout svn://svnserver/MyRepo
>>
>
> Why? You're just adding overhead by checking out the whole content of the
> repository, including all branches and all tags. Generally, the advise is
> to check out a working copy for just the part you are planning to work on.
> I typically have a handful of trunk checkouts, one of each major release
> branch and the tags only when I'm building binaries (which I don't, the
> nightly autobuild does that here).
>
>
>
>  Then created a branch using
>> ==
>>
>> svn copy svn://svnserver/MyRepo/trunk
>> svn://svnserver/MyRepo/Branch/**TestMerge -m "test merging"
>>
>> Then checked out the new branch to a new location (E:\br)
>> ==**=
>>
>>  svn checkout svn://svnserver/MyRepo/Branch/**TestMerge
>>
>
> Similarly, why? You have a working copy containing the whole repository.
> If you updated that working copy, it would pull the newly created folder
> already. Also, something I can't tell from the info provided, if you check
> out working copies on top/inside each other, you are up for trouble.
>
>
>
>  Then Added a new file to this TestMerge folder, then added in to the svn
>> using svn add command, then commited it to the server.
>>
>> Now I want to merge this change to the trunk using svn merge command, for
>> that I have checked out a new working copy (E:\ch),
>>
>
> Again, one more working copy unnecessarily, as you already have one for
> the trunk where you can do stuff.
>
>
>  then executed the merge command
>>
>> svn merge svn://svnserver/MyRepo/Branch/**TestMerge
>> svn://svnserver/MyRepo/trunk E:\ch\Trunk
>>
>> But I get the following error, what am I doing wrong?
>>
>> "svn: Unreadable path encountered; access denied"
>>
>
> "Trunk" is not the same as "trunk", SVN is case sensitive. BTW: There are
> repository-side configurations that disallow commits that would add files
> that only differ by their case. A directory containing such files would be
> impossible to check out on MS Windows.
>
> Generally, since you are using MS Windows, I'd suggest using TortoiseSVN,
> as it provides a friendlier interface where you simply pick the path from a
> list instead of manually (mis-)typing it. ;)
>
>
> Greetings!
>
> Uli
> 
> **
> Domino Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
> Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
> 
> **
> Visit our website at http://www.dominolaser.com
> 
> **
> Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten
> bestimmt und kann vertrauliche Informationen enthalten. Bitte
> benachrichtigen Sie den Absender umgehend, falls Sie nicht der
> beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu
> löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder
> anderweitig benutzt werden.
> E-Mails können durch Dritte gelesen werden und Viren sowie
> nichtautorisierte Änderungen enthalten. Domino Laser GmbH ist für diese
> Folgen nicht verantwortlich.
> 
> **
>
>


Missing update-report close tag on CheckOut

2014-05-04 Thread Lloyd
Hi
We are using VisualSVN server version 2.1.4 (svn server version 1.6.13)
When I try to checkout our project it throws an error message "svn:
E175009: Missing update-report close tag". What could be the reason for
this error message?

Can something could be corrupt in our server? If so is there any tool to
verify and correct our repository?

Thanks,
  Lloyd


Re: Missing update-report close tag on CheckOut

2014-09-11 Thread Lloyd
I ran "svnadmin verify *repository_dir*" and it shows everything is ok (
"verified revision 312" and exits cleanly without any error).

As the next step I have checked the event logs of visual svn server. It
shows

Cant open file D:\\Repositories\\myProj\\db\\revprops\\0\\28: access
denied. [500, #720005]
Event ID: 1001, Task Category : Apache

Another entry is-

Provider encountered an error while streaming a REPORT response [500, #0]

so from this what I guess is some file permissions are unexpectedly
changed. Is there any way I can change it back to its original permissions?
(I have no idea about for which user the permission need to be changed)


I have also tried to checkout the repository from linux, and I get this
error -

REPORT of 'svn/NeSA/!svn/vcc/default': could not read chunk size: Secure
connection truncated (https://rccf-rsrv)


Any help or hint is greatly appreciated.

Thanks,
 Lloyd







On Mon, May 5, 2014 at 11:54 AM, David Chapman  wrote:

>  On 5/4/2014 10:57 PM, Lloyd wrote:
>
>  Hi
> We are using VisualSVN server version 2.1.4 (svn server version 1.6.13)
> When I try to checkout our project it throws an error message "svn:
> E175009: Missing update-report close tag". What could be the reason for
> this error message?
>
>  Can something could be corrupt in our server? If so is there any tool to
> verify and correct our repository?
>
>
> Try "svnadmin verify *repository_dir*" on the server machine.  If that
> reports a problem, describe it here and you might get information on how to
> repair it.
>
> For example, I routinely run "svnadmin verify /var/www/html/svn/repo" on
> my server.  This requires read privilege on all directories in the
> repository, of course, so I run it as root.
>
> --
> David Chapman  dcchap...@acm.org
> Chapman Consulting -- San Jose, CA
> Software Development Done Right.
> www.chapman-consulting-sj.com
>
>