RE: Possible corruption?

2010-07-29 Thread Cooke, Mark
> -Original Message- > From: west alto [mailto:westa...@gmail.com] > Sent: 30 July 2010 04:23 > To: Subversion > Subject: Possible corruption? > > Hi, > > This is my setup. I have 2 subversion server (svn1 and svn2) running > 1.6 and a SAN Disk which house my repository. > > First i mou

RE: svnserv + ssh + ldap

2010-07-29 Thread Cooke, Mark
> -Original Message- > From: Nils Wilhelm [mailto:mur...@planet-of-art.de] > Sent: 30 July 2010 00:58 > To: users@subversion.apache.org > Subject: Re: svnserv + ssh + ldap > > Hi there, > > this is in addition to my last post: > > If i use > - svn:// protocol everything will be sent in

Possible corruption?

2010-07-29 Thread west alto
Hi, This is my setup. I have 2 subversion server (svn1 and svn2) running 1.6 and a SAN Disk which house my repository. First i mount my SAN disk to svn1 which makes it as my active server. Whenever svn1 is down due to hardware maintenance i just my mount my SAN Disk to svn2 which makes it my acti

Re: Help: svn: Working copy 'XXXX/XXXX/XXX' locked

2010-07-29 Thread Di Hu
Hi Ryan: The problem has been sloved. I am profoundly grateful. Di Ryan Schmidt-75 wrote: > > > On Jul 29, 2010, at 21:11, Di Hu wrote: > >> I tired to rename one of the files via direct repository URLs. But still >> failed. The checkout command is "svn checkout >> svn://prometheus.ecn.pu

Re: Help: svn: Working copy 'XXXX/XXXX/XXX' locked

2010-07-29 Thread Ryan Schmidt
On Jul 29, 2010, at 21:11, Di Hu wrote: > I tired to rename one of the files via direct repository URLs. But still > failed. The checkout command is "svn checkout > svn://prometheus.ecn.purdue.edu/RAID2/Users/garciagroup/svnrepos/reconstruction3D". > So I think the URLs is > "svn://prometheus.ecn

Re: Help: svn: Working copy 'XXXX/XXXX/XXX' locked

2010-07-29 Thread Di Hu
Hi Ryan: I tired to rename one of the files via direct repository URLs. But still failed. The checkout command is "svn checkout svn://prometheus.ecn.purdue.edu/RAID2/Users/garciagroup/svnrepos/reconstruction3D". So I think the URLs is "svn://prometheus.ecn.purdue.edu/RAID2/Users/garciagroup/svnre

Re: Help: svn: Working copy 'XXXX/XXXX/XXX' locked

2010-07-29 Thread Ryan Schmidt
On Jul 29, 2010, at 20:34, Di Hu wrote: > And I could see both Align.c and align.c > after using "svn ls". Ah, ok, that is a problem then. As you probably know, the Mac's default filesystem is case-insensitive, while Subversion repositories are case-sensitive. And your repository seems to think

Re: How to cut and graft?

2010-07-29 Thread Ryan Schmidt
On Jul 29, 2010, at 20:47, Chris Velevitch wrote: > In a project, we originally created a branch because we need to create > a system which was basically a variation of the original project and > share the common unchanged code with the trunk. > > Since then, the trunk has now gone into end of l

How to cut and graft?

2010-07-29 Thread Chris Velevitch
In a project, we originally created a branch because we need to create a system which was basically a variation of the original project and share the common unchanged code with the trunk. Since then, the trunk has now gone into end of life and so I want cut the trunk off at the branch point and cu

Re: Help: svn: Working copy 'XXXX/XXXX/XXX' locked

2010-07-29 Thread Di Hu
Hi Ryan: Thanks for your suggestion. I did use "svn add align.c" sometime before. But I don't know if subversion thinks Align.c is called align.c. I tried "svn rm align.c", but nothing happend. And I could see both Align.c and align.c after using "svn ls". I also tried to commit after "removing"

Re: svnserv + ssh + ldap

2010-07-29 Thread Stefan Sperling
On Fri, Jul 30, 2010 at 01:57:53AM +0200, Nils Wilhelm wrote: > Hi there, > > this is in addition to my last post: > > If i use > - svn:// protocol everything will be sent in plain text so this will > have security issues -> not usable for me > - svn+ssh:// protocol i need an account on the serve

Re: svnserv + ssh + ldap

2010-07-29 Thread Nils Wilhelm
Hi there, this is in addition to my last post: If i use - svn:// protocol everything will be sent in plain text so this will have security issues -> not usable for me - svn+ssh:// protocol i need an account on the server for every person for two reasons: The authentication using ssh and to man

Re: Help: svn: Working copy 'XXXX/XXXX/XXX' locked

2010-07-29 Thread Ryan Schmidt
On Jul 29, 2010, at 16:04, Di Hu wrote: > I have some problems in using svn commands. I think this is because I have > some file which have same names but in different cases(such as align.c and > Align.c). > > I tried to delete one of the files, and got: > Hu-DimatoMacBook-Pro:reconstruction3d d

Branching from Working Copy with Partial Visibility

2010-07-29 Thread Neil Gray (Chemstations)
Hello. My subversion repository has some directories with restricted access configured by the authz file. This works very well, and checkouts with partial visibility. However if I need to make a branch, I cannot seem to do that with partial visibility. In all cases that I have tried the svn c

Help: svn: Working copy 'XXXX/XXXX/XXX' locked

2010-07-29 Thread Di Hu
Hi everyone: I have some problems in using svn commands. I think this is because I have some file which have same names but in different cases(such as align.c and Align.c). I tried to delete one of the files, and got: Hu-DimatoMacBook-Pro:reconstruction3d dhu$ svn delete /Users/dhu/reconstructi

Re: How to choose between svn & http?

2010-07-29 Thread Andy Levy
On Thu, Jul 29, 2010 at 16:40, David Weintraub wrote: > On Thu, Jul 29, 2010 at 4:59 AM, STF SVN wrote: >> I already have a working SVN server using HTTP, but I'd like to see >> some other alternatives, especially those which could provide better >> performance.  The problem right now is that som

Re: How to choose between svn & http?

2010-07-29 Thread Ryan Schmidt
On Jul 29, 2010, at 15:40, David Weintraub wrote: > Subversion is known for simplicity, ease of use, but speed isn't one > of them. The entire .svn directory thing slows Subversion down -- > especially since the entire diff is kept in there. I wouldn't say Subversion is inherently slow at all. Y

Re: How to choose between svn & http?

2010-07-29 Thread David Weintraub
On Thu, Jul 29, 2010 at 4:59 AM, STF SVN wrote: > I already have a working SVN server using HTTP, but I'd like to see > some other alternatives, especially those which could provide better > performance.  The problem right now is that some users are accessing > the SVN within a VPN tunnel and thin

Re: Mailing lists? Really?

2010-07-29 Thread David Weintraub
On Wed, Jul 28, 2010 at 2:13 PM, Ds Jstc wrote: > But I have one big problem that I can't resolve. > > It's this: the mailing list paradigm drives me insane. > > I want to search for solutions, complain about my favorite missing features, > and reply to other people's problems when I've already so

Re: svn update -r $revision could hang if $revsion is greater than HEAD

2010-07-29 Thread Daniel Shahaf
If you're using svn+ssh://, maybe ssh is prompting you? Can you run the offending command under a debugger and investigate where it spends its time? jason_zhuyx wrote on Thu, Jul 29, 2010 at 09:59:56 -0700: > http://subversion.tigris.org/issues/show_bug.cgi?id=3687 >   > Sorry I should have come

svn update -r $revision could hang if $revsion is greater than HEAD

2010-07-29 Thread jason_zhuyx
http://subversion.tigris.org/issues/show_bug.cgi?id=3687   Sorry I should have come to this mailing list before submitting my question on Issue Tracker.   Since this issue can only be reproduced on some build machines in my company, I'd like to ask some experts' help on how to do the troubleshoot

svnserv + ssh + ldap

2010-07-29 Thread Nils Wilhelm
Hi there, i need your help getting an overview and configuring a subversion server. What i have to do is setting up a subversion server using ldap and ssh. After reading some theory about it i'm totally confused :-) So i hope you can help me with that. What i have: A suse server with a worki

Re: subversion python bindings fail to build in separate directory.

2010-07-29 Thread Stefan Sperling
On Thu, Jul 29, 2010 at 03:43:54AM -0700, Michael McNeil Forbes wrote: > I tried building subversion from a directory _build in the source > (rather than building in tree). This worked fine for subversion, > but the swig bindings failed because (for example) svn_client.c > was not copied to _build

subversion python bindings fail to build in separate directory.

2010-07-29 Thread Michael McNeil Forbes
I tried building subversion from a directory _build in the source (rather than building in tree). This worked fine for subversion, but the swig bindings failed because (for example) svn_client.c was not copied to _build/subversion/bindings/swig/python/ Building in tree works fine, but the config

Re: "svn diff" works for added files in working copy, but not for previous revision

2010-07-29 Thread Stefan Sperling
On Wed, Jul 28, 2010 at 09:48:33PM +, Bob wrote: > Hi, > When I do "svn diff file1" on a file that I just added to my working copy > since > the last commit, it prints a diff that shows the entire file being added. > However, if I had a file that was added in a previous revision (say 42), and

RE: Checking: svn: '/foo/libcau' is not a working copy

2010-07-29 Thread Tennebø Frode
Ryan, > AFAIK if you're going to commit several things at once, they > need to all reside in a common parent directory that is a > working copy of the same repository. Thanks for your help. While not immediately obvious, this was in fact the problem. Also, thank you for your time and effort

Re: How to choose between svn & http?

2010-07-29 Thread STF SVN
On Fri, Jul 9, 2010 at 07:16, David Weintraub wrote: > > Are you setting up a Subversion repository and don't know whether you > should use HTTP or SVN, or does your repository allow you to access > your Subversion repository both ways, and you want to know which to > use. > > SVN is usually quick

Re: Mailing lists? Really?

2010-07-29 Thread Csaba Raduly
On Wed, Jul 28, 2010 at 11:35 PM, Bob Archer wrote: > > While I do agree that forums are somewhat more user friendly... Aren't there > also several Web properties that let you participate in the mail list via > your browser that make it very much like a forum would appear? > I prefer mailing lis