Strange behavior after replacing directory

2013-09-30 Thread Florin Avram
Hi, I've found a strange behavior in the situation described below and wanted to let you know - I think there could be an issue or a need of improvement (don't know what exactly). Subversion: 1.8.x, 1.7.x. The situation is as follows (the minimum necessary to reproduce the issue): - have a wo

Still facing authorization failed error in SVN

2013-09-30 Thread vikas
Hello there, Few days back, I had posted issue related to "authorization failed error" in SVN. I am writing the detailed about that, the reason I had browsed N number of solutions and could not found proper solution. Detailed configuration of my system: Operating System: Windows 7 Ultimate 64-bi

Re: Strange behavior after replacing directory

2013-09-30 Thread Stefan Sperling
On Mon, Sep 30, 2013 at 10:58:35AM +0300, Florin Avram wrote: > Hi, > > I've found a strange behavior in the situation described below and > wanted to let you know - I think there could be an issue or a need > of improvement (don't know what exactly). > Subversion: 1.8.x, 1.7.x. > > The situation

Re: Recommendation for path-based authorisation auditing tool?

2013-09-30 Thread Stefan Sperling
On Mon, Sep 30, 2013 at 06:58:56AM +0200, Joseba Ercilla Olabarri wrote: > Hi David, > Not sure if your needs could be covered by a 'better UI' for authz file > but, just in case, take a look to this contribution we made some days ago > tothe Svnedge projec (and open source project from Collabn

Re: Recommendation for path-based authorisation auditing tool?

2013-09-30 Thread Thorsten Schöning
Guten Tag Stefan Sperling, am Montag, 30. September 2013 um 11:57 schrieben Sie: >> https://ctf.open.collab.net/sf/discussion/do/listPosts/projects.svnedge/discussion.user_questions.topc7106 > I get "A TeamForge system error has occurred" when I try to visit this link. It may be enough to simply

RE: Recommendation for path-based authorisation auditing tool?

2013-09-30 Thread David Aldrich
Hi Joseba Thanks for your reply and for making this code contribution. It looks very useful. BTW the link works ok for me. Best regards David > -Original Message- > From: Stefan Sperling [mailto:s...@elego.de] > Sent: 30 September 2013 10:57 > To: Joseba Ercilla Olabarri > Cc: David

Re: Recommendation for path-based authorisation auditing tool?

2013-09-30 Thread Stefan Sperling
On Mon, Sep 30, 2013 at 12:08:39PM +0200, Thorsten Schöning wrote: > Guten Tag Stefan Sperling, > am Montag, 30. September 2013 um 11:57 schrieben Sie: > > >> https://ctf.open.collab.net/sf/discussion/do/listPosts/projects.svnedge/discussion.user_questions.topc7106 > > > I get "A TeamForge system

Re: Strange behavior after replacing directory

2013-09-30 Thread Florin Avram
Hi, Thank you for the quick reply. Strange thing. I was expecting that the repository will notify me only about the items/revisions/changes I am missing. If the update of the file was successful, then when "svn status -u folder", the repository should report that only the folder has changes (

Re: Still facing authorization failed error in SVN

2013-09-30 Thread Nico Kadel-Garcia
First: what possible reason to do you have to use Tomcat for this? Apache works very well and is much better integrated for Subversion with the "mod_dav_svn" utility. If you need Tomcat for another reason, run it on another host: I find Tomcat configurations nightmarish to unfurl and the failure lo

Copy changes from one branch to another

2013-09-30 Thread Sven Richter
Hi, I have the following setup trunk branch A (created from trunk) | | | | | | Now, what I want to do is only commit my changes to the trunk and make sure that every committed change is replicated into branch A. This should be an automatic commit, trigger

RE: Copy changes from one branch to another

2013-09-30 Thread Grierson, David
Um ... why? Wouldn't this mean that trunk and branch A are identical at all times - in which case what's the purpose of branch A over trunk? Dg. -- David Grierson - SDLC Tools Specialist Sky Broadcasting - Customer Business Systems - SDLC Tools Tel: +44 1506 325100 / Email: david.grier...@bskyb

Re: Copy changes from one branch to another

2013-09-30 Thread Sven Richter
Hi, On Mon, Sep 30, 2013 at 2:45 PM, Grierson, David wrote: > Um ... why? Well, the way has come a long way and to reproduce it would take me a lot of time so i would please you and the others to just take it as given. > Wouldn't this mean that trunk and branch A are identical at all times - in

RE: Copy changes from one branch to another

2013-09-30 Thread Andrew Reedick
> -Original Message- > From: Sven Richter [mailto:sver...@googlemail.com] > Sent: Monday, September 30, 2013 8:29 AM > To: users@subversion.apache.org > Subject: Copy changes from one branch to another > > Hi, > > I have the following setup > > trunk branch A (created from trunk) > |

Re: Strange behavior after replacing directory

2013-09-30 Thread Philip Martin
Stefan Sperling writes: > On Mon, Sep 30, 2013 at 10:58:35AM +0300, Florin Avram wrote: >> The situation is as follows (the minimum necessary to reproduce the issue): >> - have a working copy with a folder and a file inside the folder; >> - replace the folder and commit: >> svn delete folder/

Re: Copy changes from one branch to another

2013-09-30 Thread Sven Richter
Hi, On Mon, Sep 30, 2013 at 3:14 PM, Andrew Reedick wrote: > > Post commit script that deletes branch A and then recreates branch A from > trunk, i.e. make branch A effectively a tag. Since the delete and copy are > server side commands, no workspace is needed to make it work. However this

RE: second commit is failing if space is in file name or file path

2013-09-30 Thread Kesavan Sengodan
Dear Ivan Zhakov, The solution URL has only the source code. Compiling it is big task. Is there any binary available for this solution? If yes, where can we get it? Kindly help us. Regards Kesavan Sengodan -Original Message- From: Ivan Zhakov [mailto:i...@visualsvn.com] Sent: Wednesday,

Re: second commit is failing if space is in file name or file path

2013-09-30 Thread Ivan Zhakov
On 30 September 2013 17:42, Kesavan Sengodan wrote: > Dear Ivan Zhakov, > > The solution URL has only the source code. Compiling it is big task. > Is there any binary available for this solution? > If yes, where can we get it? Kindly help us. > VisualSVN Server has these fixes applied, so I recomm

Re: Copy changes from one branch to another

2013-09-30 Thread Thorsten Schöning
Guten Tag Sven Richter, am Montag, 30. September 2013 um 14:53 schrieben Sie: > Well, the way has come a long way and to reproduce it would take me a > lot of time so i would please you and the others to just take it as > given. That implies that your description is the best or maybe even only so

RE: Copy changes from one branch to another

2013-09-30 Thread Andrew Reedick
> -Original Message- > From: Sven Richter [mailto:sver...@googlemail.com] > Sent: Monday, September 30, 2013 9:43 AM > To: users@subversion.apache.org > Subject: Re: Copy changes from one branch to another > > Hi, > > > > On Mon, Sep 30, 2013 at 3:14 PM, Andrew Reedick > wrote: > > > > P

tortoiseSVN:Revision range to merge option ,why show this result?

2013-09-30 Thread loveSVN
http://stackoverflow.com/questions/19075623/tortoisesvnrevision-range-to-merge-option-why-show-this-result mrge range:4-5,8 why not conflicted?? why 2 is conflicted?? What is merging algorithm SVN use?

RE: Copy changes from one branch to another

2013-09-30 Thread Bob Archer
> On Mon, Sep 30, 2013 at 2:45 PM, Grierson, David > wrote: > > Um ... why? > Well, the way has come a long way and to reproduce it would take me a lot of > time so i would please you and the others to just take it as given. > > > Wouldn't this mean that trunk and branch A are identical at all ti

RE: Copy changes from one branch to another

2013-09-30 Thread Bob Archer
> On Mon, Sep 30, 2013 at 3:14 PM, Andrew Reedick > wrote: > > > > Post commit script that deletes branch A and then recreates branch A from > trunk, i.e. make branch A effectively a tag. Since the delete and copy are > server > side commands, no workspace is needed to make it work. However thi

Re: Copy changes from one branch to another

2013-09-30 Thread Rajesh Patwardhan
On 9/30/13 10:13 AM, "Bob Archer" wrote: >> On Mon, Sep 30, 2013 at 3:14 PM, Andrew Reedick >> wrote: >> > >> > Post commit script that deletes branch A and then recreates branch A >>from >> trunk, i.e. make branch A effectively a tag. Since the delete and copy >>are server >> side commands,

Re: Copy changes from one branch to another

2013-09-30 Thread Les Mikesell
On Mon, Sep 30, 2013 at 12:13 PM, Bob Archer wrote: >> >> But that has the effect that i will have all the changes from trunk in >> branch A, >> which is not what I want. I only want some certain changes inside there, the >> changes committed from our team. >> > > Common stuff should be brought i

Re: tortoiseSVN:Revision range to merge option ,why show this result?

2013-09-30 Thread Johan Corveleyn
On Mon, Sep 30, 2013 at 4:18 PM, loveSVN <123168...@qq.com> wrote: > http://stackoverflow.com/questions/19075623/tortoisesvnrevision-range-to-merge-option-why-show-this-result > > > mrge range:4-5,8 > > why not conflicted?? > why 2 is conflicted?? > > What is merging algor

Re: Copy changes from one branch to another

2013-09-30 Thread Sven Richter
Hi, thank you all for your input. I guess we are on the right track now. Thinking about what you said we will go the different way, instead of committing to branch A, the testsystem that should use branch A will pull all changes from the trunk. If there is a merge error we can handle this manually