RE: Multiple Repositories under one subversion daemon

2010-09-01 Thread Cooke, Mark
Note: If you edit the flow too much, the question loses it's context and can be quite difficult to follow... > -Original Message- > From: Tech Geek [mailto:techgeek12...@gmail.com] > Sent: 01 September 2010 21:02 > To: Subversion Users > Subject: Multiple Repositories under one subversion

RE: svn redo after reverse merge

2010-09-01 Thread Cooke, Mark
> -Original Message- > From: ankush chadha [mailto:ankushchadha2...@yahoo.com] > Sent: 01 September 2010 17:16 > To: users@subversion.apache.org > Subject: svn redo after reverse merge > > Hi All > > I am trying to do following operation > > file.txt has 100 revisions and located direct

Re: is 'svn lock' possible for replication?

2010-09-01 Thread Steven Woody
On 23 August 2010 19:18, Daniel Shahaf wrote: > Campbell Allan wrote on Mon, Aug 23, 2010 at 11:10:28 +0100: >> >> On Sunday 22 Aug 2010, Andy Levy wrote: >> > On Sun, Aug 22, 2010 at 14:16, Steven Woody wrote: >> > > On 20 August 2010 23:19, Steven Woody wrote: >> > >> Hi, >> > >> >> > >> With

Re: Multiple Repositories under one subversion daemon

2010-09-01 Thread Tech Geek
If I understand you correctly this would mean that somebody (user/developer) has to checkout the code for each of the projects from the repository location (say C:\svn\data\repositories) to: C:\data\project1 C:\project\bluecat C:\software\abc so that the above locations reflect the latest code?

Re: Multiple Repositories under one subversion daemon

2010-09-01 Thread David Bartmess
On 9/1/2010 4:46 PM, Tech Geek wrote: >I may have totally misunderstood you. Are the above paths you show working copy paths, or are they existing svn repositories? Those are not existing svn repositories yet. Let's just say that those project folders should be at those locations only and I wan

Re: Multiple Repositories under one subversion daemon

2010-09-01 Thread Tech Geek
>I may have totally misunderstood you. Are the above paths you show working copy paths, or are they existing svn repositories? Those are not existing svn repositories yet. Let's just say that those project folders should be at those locations only and I want to create SVN repositories at each of th

RE: Multiple Repositories under one subversion daemon

2010-09-01 Thread Bob Archer
> > I am running subversion server on a Windows machine. Right now I > am > > in the process of converting my exisiting projects to start > > using subversion and my projects are located at different > > paths/locations. For example: > > C:\data\project1 > > C:\project\bluecat > > C:\software\abc >

RE: Multiple Repositories under one subversion daemon

2010-09-01 Thread Bob Archer
> I am running subversion server on a Windows machine. Right now I am > in the process of converting my exisiting projects to start > using subversion and my projects are located at different > paths/locations. For example: > C:\data\project1 > C:\project\bluecat > C:\software\abc > > Now it seems

RE: VisualSVN Server Error in Event Log

2010-09-01 Thread Bob Archer
> Hi, > Can you help?  I started getting the following error message in my > Windows Server 2003 Event log after making a change to the > httpd.conf file (see attached): > Event Type: Error > Event Source:   VisualSVN Server 2.1 > Event Category: Apache > Event ID:   1001 > Date:      

Multiple Repositories under one subversion daemon

2010-09-01 Thread Tech Geek
I am running subversion server on a Windows machine. Right now I am in the process of converting my exisiting projects to start using subversion and my projects are located at different paths/locations. For example: C:\data\project1 C:\project\bluecat C:\software\abc Now it seems that wehn we star

Re: Reverse merge - Halted due to an unexpected erro

2010-09-01 Thread Lieven Govaerts
On Tue, Aug 31, 2010 at 12:43 PM, Bert Huijben wrote: > > >> -Original Message- >> From: Stefan Sperling [mailto:s...@elego.de] >> Sent: dinsdag 31 augustus 2010 12:22 >> To: Daniel Becroft >> Cc: subversion >> Subject: Re: Reverse merge - Halted due to an unexpected erro >> >> On Tue, Aug

svn redo after reverse merge

2010-09-01 Thread ankush chadha
Hi All I am trying to do following operation file.txt has 100 revisions and located directly under svn://myrepo.org/trunk 1. svn co svn://myrepo.org/trunk/ 2. Undoing few changes made to this file svn merge -c -100 svn://myrepo.org/trunk/ svn merge -c -99 svn://myrepo.org/trunk/

Re: Mark file with svn:eol-style as binary

2010-09-01 Thread Semen Vadishev
Hello Bob, > Are you saying you want it to not allow setting a file as binary if it has an > eol-style set? Yes. And the reason for that is refusing to set eol-style on binary file, which makes sense. Semen Vadishev, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library! http://sqlj

RE: Re: please help about SVN authentication

2010-09-01 Thread Bob Archer
> 2010/9/1 alinagra > Here is the repo arch: > > /trunk >     /folder a >     /folder b >     /folder c >     /access > > /tag > > I think this is the most common case, and it seems if one doesn't > have access right, he can not create a tag for /trunk. > or is there something w

RE: Mark file with svn:eol-style as binary

2010-09-01 Thread Bob Archer
> The following behavior seems to be unexpected. > > 1. Set 'native' EOL style on file: > > $ svn ps svn:eol-style native file > property 'svn:eol-style' set on 'file' > > 2. Mark this file as binary: > > $ svn ps svn:mime-type application/octet-stream file > property 'svn:mime-type' set on '

Mark file with svn:eol-style as binary

2010-09-01 Thread Semen Vadishev
Hello, The following behavior seems to be unexpected. 1. Set 'native' EOL style on file: $ svn ps svn:eol-style native file property 'svn:eol-style' set on 'file' 2. Mark this file as binary: $ svn ps svn:mime-type application/octet-stream file property 'svn:mime-type' set on 'file' I beli

Re: edit log message after commit

2010-09-01 Thread Andy Levy
On Wed, Sep 1, 2010 at 11:00, Petra Langebroek wrote: > > On 1 Sep 2010, at 4:22 PM, Andy Levy wrote: > >> Please don't reply directly to me. Use Reply to All to reply to the >> mailing list. >> >> On Wed, Sep 1, 2010 at 09:38, Petra Langebroek >> wrote: >>> >>> On 1 Sep 2010, at 3:27 PM, Andy L

Re: edit log message after commit

2010-09-01 Thread Petra Langebroek
On 1 Sep 2010, at 4:22 PM, Andy Levy wrote: > Please don't reply directly to me. Use Reply to All to reply to the > mailing list. > > On Wed, Sep 1, 2010 at 09:38, Petra Langebroek > wrote: >> >> On 1 Sep 2010, at 3:27 PM, Andy Levy wrote: >> >> On Wed, Sep 1, 2010 at 06:31, Petra Langebroek

Re: edit log message after commit

2010-09-01 Thread Andy Levy
Please don't reply directly to me. Use Reply to All to reply to the mailing list. On Wed, Sep 1, 2010 at 09:38, Petra Langebroek wrote: > > On 1 Sep 2010, at 3:27 PM, Andy Levy wrote: > > On Wed, Sep 1, 2010 at 06:31, Petra Langebroek > wrote: > > Hello, > > I am using an relatively old version

Re: edit log message after commit

2010-09-01 Thread Andy Levy
On Wed, Sep 1, 2010 at 06:31, Petra Langebroek wrote: > Hello, > > I am using an relatively old version of subversion (1.3.1) and would like to > edit a log file that I already committed to the main repository. > The normal solutions of changing the properties > > svn propedit -r N --revprop svn:

edit log message after commit

2010-09-01 Thread Petra Langebroek
Hello, I am using an relatively old version of subversion (1.3.1) and would like to edit a log file that I already committed to the main repository. The normal solutions of changing the properties svn propedit -r N --revprop svn:log URL or svnadmin setlog -r --bypass-hooks dont work, beca

Re: Merge scripts

2010-09-01 Thread Erik Andersson
Hi Following up on this since I didn't recieve any feedback of any kind. I'd like to give it one more try.. Cheers / Erik On Fri, Feb 19, 2010 at 12:26 PM, Erik Andersson wrote: > Hi > > Have anyone already created some scripts for making life easier using svn > 1.6 merge tracking and are will

Re: hint of the day

2010-09-01 Thread Erik Andersson
On Wed, Sep 1, 2010 at 2:11 PM, Jeremy Mordkoff wrote: > Just an FYI for anyone that does merging. > > I just spent an hour cleaning up a mess with my mergeinfo's. I missed a > hint that I was about to do something really stupid. > > Here's the merge: > > > [rele...@zaz1 rel_2_5]$ svn merge $B/r

hint of the day

2010-09-01 Thread Jeremy Mordkoff
Just an FYI for anyone that does merging. I just spent an hour cleaning up a mess with my mergeinfo's. I missed a hint that I was about to do something really stupid. Here's the merge: [rele...@zaz1 rel_2_5]$ svn merge $B/rel_2_5_3 --- Merging r14352 through r14594 into '.': Ulcast/build

Re: Re: please help about SVN authentication

2010-09-01 Thread Erik Andersson
2010/9/1 alinagra > Here is the repo arch: > > /trunk > /folder a > /folder b > /folder c > /access > > /tag > > I think this is the most common case, and it seems if one doesn't have > access right, he can not create a tag for /trunk. > or is there something wrong

Re:Re: please help about SVN authentication

2010-09-01 Thread alinagra
Here is the repo arch: /trunk /folder a /folder b /folder c /access /tag I think this is the most common case, and it seems if one doesn't have access right, he can not create a tag for /trunk. or is there something wrong with my configuration? At 2010-09-01 14

Re:Re: An issue about SVN access deny

2010-09-01 Thread alinagra
Hi, Johan, Thanks for your reply! I want to create tag for /trunk, and the accounts expept TIM do not have access right to the /trunk/access folder, in another words, the /trunk/access folder is invisible for all other accounts. I have tried sevral times, and it seems if a user do not have acces

Re: An issue about SVN access deny

2010-09-01 Thread Johan Corveleyn
2010/9/1 alinagra > > Hi, buddies, > > I have setup a SVN server and use SASL authentication. But right now I have a > authz question: > I add authentication control the folder: /trunk/access, and only the account > TIM can access this folder. > > I can create tags with accont TIM, but when I tr

Re: authz File ignored?

2010-09-01 Thread Konstantin Kolinko
Hi! You are using >Satisfy Any and >Order allow,deny >Allow from all thus accessing from any IP address is sufficient to satisfy the checks. Thus, no need to validate the user. http://httpd.apache.org/docs/2.2/mod/core.html#satisfy Use Satisfy All instead. Best regards, Konstan

authz File ignored?

2010-09-01 Thread drindt
Hello, i am using SVN via mod_dav_svn in apache. The user authentification is processed via NTLM. Later wehen the user is authenticated, i would like to have a authz file what ensures, that the person is permitted to access the svn repository and path. The configuration: === 8< === DocumentR

Re: how to migrate svn directory

2010-09-01 Thread Ryan Schmidt
Please respond to the list as well, not just to me. Usually this is done using the Reply All feature in your email program. See more comments below. On Sep 1, 2010, at 02:26, Yunlong Wang wrote: > 2010/9/1 Ryan Schmidt > >> On Sep 1, 2010, at 01:12, Yunlong Wang wrote: >> >>> my team need to

Re: how to migrate svn directory

2010-09-01 Thread Ulrich Eckhardt
On Wednesday 01 September 2010, Yunlong Wang wrote: > my team need to migrate our working svn directory from server A to > another server B, is there any tool or suggestions? Wait: "working copies" are scrap space for editing, which you create when needed and throw away after use. "repositories"