Recursively finding locks based on a URL

2010-09-16 Thread Phillip Gussow
Hi group, I’m running into a situation where I need to know all locks that exist on a certain repository path. I know there is the svnadmin lslocks command. Which is in general what I need, but I need to do it on an URL, because I don’t have access to the server path. Back ground: we’re

Re: Recursively finding locks based on a URL

2010-09-16 Thread Hyrum K. Wright
On Thu, Sep 16, 2010 at 11:07 AM, Phillip Gussow pgus...@cordys.com wrote: Hi group, I’m running into a situation where I need to know all locks that exist on a certain repository path. I know there is the svnadmin lslocks command. Which is in general what I need, but I need to do it on

Format of dump file from StarTeam repository

2010-09-16 Thread Giulio Troccoli
This is a bit OT I'm afraid. We are in the process of moving one project from StarTeam to Subversion. We are using the Polarion svnimporter script. We are also planning on using the svndumptool to do some reorganisation other little things before loading the dump into a new SVN repo. From the

Re: Recursively finding locks based on a URL

2010-09-16 Thread Campbell Allan
On Thursday 16 Sep 2010, Phillip Gussow wrote: Hi group, I’m running into a situation where I need to know all locks that exist on a certain repository path. I know there is the svnadmin lslocks command. Which is in general what I need, but I need to do it on an URL, because I don’t have

RE: Recursively finding locks based on a URL

2010-09-16 Thread Phillip Gussow
Hi Allan, Thanks for your response. It seems this is indeed the path to take to solve my problem. Only downside is that I will list everything in the project. And there might be 1000s of files in there with only 3 locks on it. So it would be nice to have SVN do the filtering server side (in

Missing svn:externals handling functionality in co/export

2010-09-16 Thread PetaMem RD
Greetings to all subversive^H^Honed elements! [Maybe this should have gone to dev, but as this is our 1st mail to the SVN MLs, we'll stick to the advice if in doubt: users.] We use the svn:externals feature quite extensively in our software projects, as it allows for a nice modular concept.

Re: Recursively finding locks based on a URL

2010-09-16 Thread Campbell Allan
On Thursday 16 Sep 2010, Phillip Gussow wrote: Hi Allan, Thanks for your response. It seems this is indeed the path to take to solve my problem. Only downside is that I will list everything in the project. And there might be 1000s of files in there with only 3 locks on it. So it would be

'vnadmin: Dump stream contains a malformed header (with no ':') at '

2010-09-16 Thread Prashant N
Hi, I have created my repository dumps using : svnadmin --quiet --deltas /path/to/repo remo.dump The svn --version produces 1.4.2 and the dump was created on a RHEL4 system. When I try to load / restore the dump in another system / folder, as svnadmin load /another/drive/path/to/repo

Author alias for svn revision or change new login name on the old author

2010-09-16 Thread Евгений Килимчук
Hello! I used basic access authentication (passwd file) for apache2 which are contained old logins of developers. I just been change authentication on LDAP. There are new logins on the LDAP. I want to create aliases for a new login on a old login (revision author). -- Best regards, Eugene

Fwd: Commit problem: resource is missing or not locked

2010-09-16 Thread G G
Hello guys! I'm a svn newbie... I'm using svn in a php project and for many months I had not problems and I commited my data many times. Recently, I did a big refactoring in my application and I moved/delete/overwritten many files (forgetting the svn issues). Unfortunately now I'm not anymore able

Re: Choosing a server

2010-09-16 Thread jgifford
There's not much that Subversion cannot run on. In the environment where I work, we currently have everything running on Mac OS X. We actively working on migrating to Red Hat RHEL 5 as part of an over all company effort to reduce the number of supported platforms. My advice, look at folks

Re: Choosing a server

2010-09-16 Thread Andy Levy
On Thu, Sep 16, 2010 at 11:07, Gary subversion-u...@garydjones.name wrote: Can anyone give me some tips as to the properties we should look for in a server suitable for subversion use please? I have a few ideas, but haven't been able to find anything written down online. Software? Hardware?

RE: Commit problem: resource is missing or not locked

2010-09-16 Thread Bob Archer
Hello guys! I'm a svn newbie... I'm using svn in a php project and for many months I had not problems and I commited my data many times. Recently, I did a big refactoring in my application and I moved/delete/overwritten many files (forgetting the svn issues). Unfortunately now I'm not

RE: Commit problem: resource is missing or not locked

2010-09-16 Thread Bob Archer
Hello guys! I'm a svn newbie... I'm using svn in a php project and for many months I had not problems and I commited my data many times. Recently, I did a big refactoring in my application and I moved/delete/overwritten many files (forgetting the svn issues). Unfortunately now I'm

RE: Choosing a server

2010-09-16 Thread Jeremy Mordkoff
Are you hosting the server only, or will you also be hosting working copies? Spread working copies across spindles and put the server on its own spindle to reduce latency. JLM

Re: subversion dump question

2010-09-16 Thread Andy Levy
On Thu, Sep 16, 2010 at 14:37, andrew.lu...@l-3com.com wrote: Say you have multiple projects in one repository. Is there an easy way to separate out one project tree, along with its specific history, and move it to a new or different repository? Thanks in advance, apologies if it’s in the

RES: subversion dump question

2010-09-16 Thread Luiz Guilherme Kimel
Here is the pattern I usually use for this. I like to limite the revision range and to export always incrementally. Also, I want to renumber revisions and drop empty revisions (because of filtering based on project path). Hope it helps. svnadmin dump repository_path -r

subscribe

2010-09-16 Thread Davey, Jeffrey
subscribe Jeff Davey UNIX/Linux Tools Admin Apache Mission Systems/Armament (480) 891-5800

To branch or not to branch unique projects started from a common code set

2010-09-16 Thread John Owen
Background: We have been developing an embedded code base for a hardware platform using SVN as the code repository. We now have customers A, B, C and D each with unique software requirements. The embedded code base that we developed for our platform hardware will be the starting code base