RE: Choosing a server

2010-09-17 Thread Keith Moore
-Original Message- From: Gary [mailto:subversion-u...@garydjones.name] Sent: Friday, 17 September 2010 16:24 To: users@subversion.apache.org Subject: Re: Choosing a server Johnathan wrote: There's not much that Subversion cannot run on. No, sure :) I was really looking for

Re: Choosing a server

2010-09-17 Thread Neil Benn
We have a co-license CentOS box with CPU and 2Gbp RAM. To be honest according to the size if your organisation you can just pick the box you need, I'd pick Ubuntu or Debian but whichever you feel comfortable with. When I first started the company I bootstrapped our svn on an Ubuntu vm running

Symbolic link to a folder in another working copy (Windows 7)

2010-09-17 Thread Glen
If I create a symbolic link (using mklink) to a normal OS folder from a folder in my WC, the folder and its contents show up as unversioned items, as expected (though I haven't tried committing them, which I guess may fail due to lack of support for symlinks on Windows). If I create a

Re: Choosing a server

2010-09-17 Thread Andy Levy
On Fri, Sep 17, 2010 at 03:15, Keith Moore keith.mo...@securency.com wrote: -Original Message- From: Gary [mailto:subversion-u...@garydjones.name] Sent: Friday, 17 September 2010 16:24 To: users@subversion.apache.org Subject: Re: Choosing a server Johnathan wrote: There's not much

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

2010-09-17 Thread Евгений Килимчук
Resolved! svn ps svn:author $new_name --revprop -r $revision_number Revprop changes are accepted if the hooks/pre-revprop-change script returns success. This can be simply acheived by putting a exit 0 as the first code line in the script. Via:

Using Bazaar with Subversion [WAS Usinh Mercurial with Subversion for Distributed Version Control]

2010-09-17 Thread Tom Browder
On Wed, Sep 15, 2010 at 21:18, Tom Browder tom.brow...@gmail.com wrote: On Wed, Sep 15, 2010 at 21:07, Nico Kadel-Garcia nka...@gmail.com wrote: On Wed, Sep 15, 2010 at 6:38 PM, Tom Browder tom.brow...@gmail.com wrote: On Wed, Sep 15, 2010 at 17:03, Nico Kadel-Garcia nka...@gmail.com wrote: On

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

2010-09-17 Thread Jeremy Mordkoff
You need to think about your build process and software architecture and then design your branching strategy to support it. For instance, if you find a bug in the base code, how are you going to get that fix out to all of your customers? One solution is to develop your base code as one

RE: Choosing a server

2010-09-17 Thread Jeremy Mordkoff
I control the subversion server and the servers that host the working copies. If the working copies are elsewhere, my point is irrelevant. JLM Jeremy Mordkoff Director, QA, IT Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 01460 Office: 978.467.1395 x233 | Fax: 978.467.1404 Mobile:

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

2010-09-17 Thread Les Mikesell
On 9/16/10 10:45 PM, John Owen wrote: 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

Re: Choosing a server

2010-09-17 Thread Les Mikesell
On 9/17/10 1:23 AM, Gary wrote: Johnathan wrote: There's not much that Subversion cannot run on. No, sure :) I was really looking for hints as to what general properties a server should have. For example I would suspect that CPU speed isn't much of an issue because actually the server is only

user : authentication failure for /svn: Password Mismatch

2010-09-17 Thread Kathiravan Murugan
Hi I have installed Apache and done the configuration settings for LDAP authentication If i trying to login with my credentials ,I got the follwing error log file [Fri Sep 17 10:50:21 2010] [warn] [client 127.0.0.1] [4872] auth_ldap authenticate: user sonata\\srinivasa.kr authentication failed;

Re: Question about merging

2010-09-17 Thread David Huang
So, I'm doing another merge between two trees, and ran into this issue again, which reminded me that I never did get any info about what's going on... To summarize, my repo looks something like this: trunk - branch1 - branch1.1 | ' branch2 I have a WC containing a checkout of branch2,

RE: Question about merging

2010-09-17 Thread Bob Archer
So, I'm doing another merge between two trees, and ran into this issue again, which reminded me that I never did get any info about what's going on... To summarize, my repo looks something like this: trunk - branch1 - branch1.1 | ' branch2 I have a WC containing a checkout of

Re: Question about merging

2010-09-17 Thread David Huang
On Sep 17, 2010, at 12:38 PM, Bob Archer wrote: It is updating/writing merge info on those child nodes. There must have been a merge that was done at a level lower than the root folder of your project which put merge info on those files but not on the parent root folder. What is the

Re: Question about merging

2010-09-17 Thread David Huang
On Sep 17, 2010, at 12:38 PM, Bob Archer wrote: It is updating/writing merge info on those child nodes. There must have been a merge that was done at a level lower than the root folder of your project which put merge info on those files but not on the parent root folder. A more concrete