RE: Repository Directory Tree

2010-09-13 Thread Giulio Troccoli
Please don't top post. On this ML the net-etiquette requires you to post your reply at the bottom > Linedata Limited Registered Office: 85 Gracechurch St., London, EC3V 0AA Registered in England and Wales No 3475006 VAT Reg No 710 3140 03 -Original Message- > From: Aladdin [mailto:ala

RE: Repository Directory Tree

2010-09-13 Thread Giulio Troccoli
> Linedata Limited Registered Office: 85 Gracechurch St., London, EC3V 0AA Registered in England and Wales No 3475006 VAT Reg No 710 3140 03 -Original Message- > From: Nico Kadel-Garcia [mailto:nka...@gmail.com] > Sent: 10 September 2010 23:01 > To: Lorenz > Cc: users@subversion.apache

Re: Does svn merge --reintegrate ^URL syntax really work ?

2010-09-13 Thread LiuYan 刘研
Thank you Daniel! I've reported it to svnbook list here: http://code.google.com/p/svnbook/issues/detail?id=97 Daniel Shahaf-2 wrote: > > LiuYan 刘研 wrote on Fri, Sep 10, 2010 at 00:19:54 -0700: >> >> Thank you Erik, >> >> 1. I think I got the cause: >> I use Subversion in windows system, it's

Re: Repository Directory Tree

2010-09-13 Thread Lorenz
Nico Kadel-Garcia wrote: >On Fri, Sep 10, 2010 at 5:57 PM, Nico Kadel-Garcia wrote: >> On Fri, Sep 10, 2010 at 1:42 AM, Lorenz wrote: >>[...] >>> if you don't want to check-out the whole repository, and are working >>> from the command line anyway, you can use svnmucc to do the >>> restructuring

SVN: password updating problem

2010-09-13 Thread Zvika Haramaty
Hi. Problem: 1. We're using large components, each built of dozens of SVN repositories. 2. Checking out such a component can take 6 hours (we call this operation 'populate'). 3. I.e., we want the populate to be as much automatic as possible. 4. Our IT department requires u

Re: SVN: password updating problem

2010-09-13 Thread Ryan Schmidt
On Sep 13, 2010, at 06:05, Zvika Haramaty wrote: > Problem: > • We’re using large components, each built of dozens of SVN > repositories. > • Checking out such a component can take 6 hours (we call this > operation ‘populate’). > • I.e., we want the populate to be as much auto

RE: Merge problem with different users

2010-09-13 Thread Ungruhe, Michael
No, we don't use path-based authorization. All developers (accounts) have the same permissions (even the merge user account). Regarding the mergeinfo questions: the branch entry is "/9746-10001,10003-10205. The missing Rev 10002 was exactly the one that couldn't be merged due to the errors reporte

Re: how to browse older revisions?

2010-09-13 Thread JWalker
> The easy approach is to install viewvc for browser viewing and > navigation.http://viewvc.org/ Yes, it is included in Subversion Edge of Collabnet. Ivan

Re: how to browse older revisions?

2010-09-13 Thread JWalker
> > https://server/svn/project/trunk/?p= Thanks, this synatx works. Ivan

Re: SVN: password updating problem

2010-09-13 Thread Nico Kadel-Garcia
On Mon, Sep 13, 2010 at 7:19 AM, Ryan Schmidt wrote: > > On Sep 13, 2010, at 06:05, Zvika Haramaty wrote: > >> Problem: >>       • We’re using large components, each built of dozens of SVN >> repositories. >>       • Checking out such a component can take 6 hours (we call this >> operation ‘popu

SVN performance issue

2010-09-13 Thread Sakshi Kaul
Hi, Greetings of the day! I have a repository of 20gb on SVN hosted on LINUX operating system but its taking unusually long time to access it over rep browser. While the other repositories hosted on same box and with the same data size are working fine. I tried a lot but could not zero down

svn doesnt work on one of my 3g connections

2010-09-13 Thread Jonathan Gordon
Hi, I have a rather odd problem where I cant use svn with one of my 3g connections. My main connection is a generic 3g usb modem which everything else works fine over (although slowly). I can ping the remote server fine (~430ms) and tracepath seems to be sane. If I try svn up it will just do nothin

Re: Hook Script Examples

2010-09-13 Thread BRM
- Original Message > From: Ryan Schmidt > On Sep 10, 2010, at 10:50, BRM wrote: > > My old subversion server had a hookscript to deny commits unless there was > > a > >log > > > message. I'd like to setup the same functionality on the new subversion >server > > > too. > > I alrea

Re-integration Q...

2010-09-13 Thread BRM
I am running into the error: svn: Cannot reintegrate from 'url://feature-branch' yet: Some revisions have been merged under it that have not been merged into the reintegration target; merge them first, then retry. I came across a collab.net blog site[1] that referenced this issue. So I tried it

RE: Repository Directory Tree

2010-09-13 Thread Aladdin
> -Original Message- > From: Giulio Troccoli [mailto:giulio.trocc...@uk.linedata.com] > Sent: Monday, September 13, 2010 3:52 AM > To: anw-d...@infoisland.net; users@subversion.apache.org > Subject: RE: Repository Directory Tree > > Please don't top post. On this ML the net-etiquette req

RE: Repository Directory Tree

2010-09-13 Thread Giulio Troccoli
> > Linedata Limited Registered Office: 85 Gracechurch St., London, EC3V 0AA Registered in England and Wales No 3475006 VAT Reg No 710 3140 03 -Original Message- > > From: Giulio Troccoli [mailto:giulio.trocc...@uk.linedata.com] > > Sent: Monday, September 13, 2010 3:52 AM > > To: anw-

Inconsistency between "svn list" and "svn checkout"

2010-09-13 Thread Sidewinder_GER
Hi, according to the documentation, the "svn list" command should "list each TARGET file and the contents of each TARGET directory as they exist in the repository." However I think this is not true for repositories with path-based authorization. I have a repository with various subdirectories at

Re: Inconsistency between "svn list" and "svn checkout"

2010-09-13 Thread Daniel Shahaf
Sidewinder_GER wrote on Mon, Sep 13, 2010 at 22:53:11 +0200: > When an "unprivileged" user performs an "svn list" on the repository, > the following happens: > >> svn list --verbose --recursive svn://server/repository > 1 user Sep 13 22:35 ./ > 1 user

Why does SVN prompt me for a password every time, after a domain migration?

2010-09-13 Thread KARR, DAVID (ATTSI)
A few days ago my login got moved from one Windows domain to another. I've had to deal with several problems as a result of that. One particular problem is having with SVN. For some reason SVN is prompting me for a password on every single operation it tries to do. This is tolerable in Eclipse (

Re: Why does SVN prompt me for a password every time, after a domain migration?

2010-09-13 Thread Kevin Grover
Subversion caches that stuff in "%APPDATA%\Subversion", I believe in a file called 'auth'. Can't test right now because I'm not on a Windows system at the moment. Perhaps the owner did not get updated and the new domain can't write the the directory/file? You can look around there. Possibly ju

Re: Why does SVN prompt me for a password every time, after a domain migration?

2010-09-13 Thread Daniel Shahaf
On Windows, Subversion obtains configuration from the config files and the registry, both the user's specific parts and the "global" part. Possibly your new domain's global settings are to not cache passwords? Kevin Grover wrote on Mon, Sep 13, 2010 at 16:16:28 -0700: > Subversion caches that stuf

Re: SVN performance issue

2010-09-13 Thread Nico Kadel-Garcia
On Mon, Sep 13, 2010 at 8:40 AM, Sakshi Kaul wrote: > Hi, > > > > Greetings of the day! > > > > I have a repository of 20gb on SVN hosted on LINUX operating system  but its > taking unusually long time to access it over rep browser. Which "rep browser" are you using? Which protocol, svn, http, ht

Re: SVN performance issue

2010-09-13 Thread Daniel Shahaf
How is that repository different from the other repositories that work fine? Do you use path-based authorization? Can you rule out network issues? (i.e., try to access the server program via svn://localhost or http://localhost on the box) Sakshi Kaul wrote on Mon, Sep 13, 2010 at 18:10:07 +0530

Re: check out log

2010-09-13 Thread Cody Zhang
> > Hi,Everybody > How to know Checkout log when access by svn:// . > Best Regards, > --Cody.Zhang >