Re: can not delete folder because lock

2010-10-18 Thread Ryan Schmidt
On Oct 18, 2010, at 22:24, netvampire.tw wrote: > So the bug didn't fix until now? I guess not. It might be this bug: http://subversion.tigris.org/issues/show_bug.cgi?id=2507

RE: Users cannot reliably view SVN log messages remotely

2010-10-18 Thread Shaun Pinney
> I've checked the Subversion FAQ, and think the fix there does not apply > since my users are on Windows. Does anyone know how to resolve these (...Sent this out too quickly... I meant to say:) We're not serving from a MacOS X 10.4 machine, so I don't think the FAQ applies here.

Users cannot reliably view SVN log messages remotely

2010-10-18 Thread Shaun Pinney
Hi all, I've got a distant user who cannot reliably view the SVN log messages Using TortoiseSVN. If he 'refreshes', he can view the SVN log messages fine. Also, checkouts work fine. Other users at his (distant) site seem to have the same issue, but I can't reproduce the issue here and haven't h

Re: can not delete folder because lock

2010-10-18 Thread netvampire.tw
It works fine.I use Tortoisesvn did it. Thanks. So the bug didn't fix until now? - 原始信件 寄件者: Ryan Schmidt 收件者: netvampire.tw 副 本: users@subversion.apache.org 寄件日期: 2010/10/18 (一) 10:29:23 PM 主 旨: Re: can not delete folder because lock On Oct 18, 2010, at 09:14, netvampire.tw wrote: > 

Re: svn Farm

2010-10-18 Thread Nico Kadel-Garcia
On Mon, Oct 18, 2010 at 3:56 AM, Stephen Connolly wrote: > Add a capability called "keyringenabled" to Subversion and now Nico > will probably be much happier... but of course he doesn't trust his > users so he cannot trust that they report "keyringenabled" > correctly... but he might be pragmati

Re: Having a path name after specifying repository location

2010-10-18 Thread Tech Geek
oops...I had a typo: > However the following does NOT work: > #mkdir /var/lib/svn/projectB/ > #sudo svnadmin create /var/lib/svn/projectB/partA > #sudo svnadmin create /var/lib/svn/projectB/partB > > From a svn client: > #svn co http://svnserver/svn/projectB/partA partB > However the followi

Having a path name after specifying repository location

2010-10-18 Thread Tech Geek
Hi, My repository path is /var/lib/svn for the SVN server. However I encountered a unique situation as follow: The following works: #svnadmin create /var/lib/svn/projectA >From a svn client: #svn co http://svnserver/svn/projectA projectA However the following does NOT work: #mkdir /var/lib/sv

Re: Implementing lightweight client over http. Where to start?

2010-10-18 Thread Ryan Schmidt
On Oct 18, 2010, at 10:47, Andrew Roughan wrote: > On Mon, Oct 18, 2010 at 12:56 PM, Ryan Schmidt wrote: > >> What is this mysterious environment you have where Subversion does not >> already run? > > Apple IIgs with a 1Mz 65816 processor (or faster with accelerators and > emulators). > Yes t

Re: Implementing lightweight client over http. Where to start?

2010-10-18 Thread Andrew Roughan
On Mon, Oct 18, 2010 at 12:56 PM, Ryan Schmidt < subversion-20...@ryandesign.com> wrote: > > What is this mysterious environment you have where Subversion does not > already run? > Apple IIgs with a 1Mz 65816 processor (or faster with accelerators and emulators). Yes there is a C compiler, but ab

Re: Subversion equivalent to VSS diff for binary files

2010-10-18 Thread David Weintraub
On Mon, Oct 18, 2010 at 10:25 AM, Daniel Shahaf wrote: > Seems to me the solution is "Don't store your binaries in Subversion". It all depends upon the binary file type and why you're storing it. If your build uses GIFs and JPGs, you need to store binary files on Subversion. And, Subversion has n

UTF8 BOM Merge

2010-10-18 Thread Vojáček Aleš
May be i will be better to post mail with better subj. then use older one, so I will try. Hi all, Another problem with UTF, now it is problem when merging 2 files which are UTF8 (BOM) The file on local HDD is still UTF8, but the file from repository is ANSI :-() IdFromKodGenerator.cs.merge-left

Re: Subversion equivalent to VSS diff for binary files

2010-10-18 Thread Les Mikesell
On 10/18/2010 9:25 AM, Daniel Shahaf wrote: (didn't read it all very very carefully; was too long for that) David Weintraub wrote on Mon, Oct 18, 2010 at 09:47:32 -0400: Text files are stored as diffs and removing a particular revision of a text file won't save a lot of room in the repository.

Re: Subversion equivalent to VSS diff for binary files

2010-10-18 Thread Ryan Schmidt
On Oct 18, 2010, at 09:25, Daniel Shahaf wrote: >> However, binary files are a bit different. Changing one line in a file >> and then compiling it may cause a cascade of changes, so the resulting >> difference between the previous revision of the binary and current >> version of the binary are qu

Re: can not delete folder because lock

2010-10-18 Thread Ryan Schmidt
On Oct 18, 2010, at 09:14, netvampire.tw wrote: > I use Subversion 1.6.13 recently, we want to delete a folder but fail.The > error message said there is a file name is locked by someone. try to > release lock or steal lock. > But the file already didn't exist. So we can not lock it. w

Re: Subversion equivalent to VSS diff for binary files

2010-10-18 Thread Daniel Shahaf
(didn't read it all very very carefully; was too long for that) David Weintraub wrote on Mon, Oct 18, 2010 at 09:47:32 -0400: > Text files are stored as diffs and removing a particular > revision of a text file won't save a lot of room in the repository. ... > However, binary files are a bit diffe

can not delete folder because lock

2010-10-18 Thread netvampire.tw
Dear     I use Subversion 1.6.13 recently, we want to delete a folder but fail.The error message said there is a file name is locked by someone. try to release lock or steal lock. But the file already didn't exist. So we can not lock it. what happened to us? How could we do? thanks.~ Best re

Re: Implementing lightweight client over http. Where to start?

2010-10-18 Thread Stephen Connolly
On 18 October 2010 12:56, Ryan Schmidt wrote: > > On Oct 18, 2010, at 06:42, Andrew Roughan wrote: > >> Porting the full svn client to my environment is not something I am willing >> to undertake myself. >> So as an alternative I wanted to implement some Quick & Dirty interface over >> HTTP hope

Re: Subversion equivalent to VSS diff for binary files

2010-10-18 Thread David Weintraub
Subversion does handle binary files without any problems. In uses the property svn:mime-type on the file to mark it as a binary file, so it knows not to attempt a text merge on the file. Subversion does a good job with handling binaries. However, there is issue that makes storing binary files in S

checksum error

2010-10-18 Thread Edward Ned Harvey
I have a master & slave server, in US and India. They are both 1.6.12, but the slave was 1.5.7 until a few days ago. The master is at rev 5050, but the slave will only sync up to rev 5045. Every time it tries to sync 5046, I get a checksum error in the apache error_log. It says some file fail

RE: UTF-16 files and inconsistent line endings

2010-10-18 Thread Vojáček Aleš
Hi all, Another problem with UTF, now it is problem when merging 2 files which are UTF8 (BOM) The file on local HDD is still UTF8, but the file from repository is ANSI :-() IdFromKodGenerator.cs.merge-left.r43343 - ANSI but in trunk (from I'm doing merge is UTF-8) IdFromKodGenerator.cs.merge-rig

Re: Implementing lightweight client over http. Where to start?

2010-10-18 Thread Daniel Shahaf
To build an 'svn' client that speaks only ra_svn protocol, you'll need to port only apr and apr-util. No sqlite, no serf, no neon, no bdb. You'll need to hack the build scripts to support such a client build. (Oh, and the ra_svn protocol may be easier to reimplement than the ra_dav protocol.) R

RE: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-18 Thread Loritsch, Berin
> From: Nelson Cabral [mailto:nelson.cab...@gmail.com] > > Not installed (find & which don't return anything). > I guess I have to install apache-devel, haven't I? Are there > instructions somewhere? 'apache-devel' on google returns nothing :-/ Most linux distribution packages separate the comp

Re: Implementing lightweight client over http. Where to start?

2010-10-18 Thread Ryan Schmidt
On Oct 18, 2010, at 06:42, Andrew Roughan wrote: > Porting the full svn client to my environment is not something I am willing > to undertake myself. > So as an alternative I wanted to implement some Quick & Dirty interface over > HTTP hopefully with a cleartext password. > Is there a document

Re: Encrypted repo contents

2010-10-18 Thread Bogdan Cristea
On Monday 18 October 2010 14:42:43 Ryan Schmidt wrote: > On Oct 18, 2010, at 05:58, Gary wrote: > > I want to create a repo using online storage (think Wuala or something > > similar), and am pretty keen that nobody else, including the people > > running the storage service, can get at my code. Is

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-18 Thread Ryan Schmidt
On Oct 17, 2010, at 11:02, Nelson Cabral wrote: > I downloaded apache 2.2.16 sources and compiled with make, but where > are the binaries ? I'm not familiar with linux conventions :-/ Do > binaries have an extension ? No, binaries on UNIX do not have any filename extensions. Each project is fre

Re: Encrypted repo contents

2010-10-18 Thread Ryan Schmidt
On Oct 18, 2010, at 05:58, Gary wrote: > I want to create a repo using online storage (think Wuala or something > similar), and am pretty keen that nobody else, including the people > running the storage service, can get at my code. Is it possible to > ensure the repo contents are encrypted someh

Implementing lightweight client over http. Where to start?

2010-10-18 Thread Andrew Roughan
Porting the full svn client to my environment is not something I am willing to undertake myself. So as an alternative I wanted to implement some Quick & Dirty interface over HTTP hopefully with a cleartext password. Is there a document that describes the http interfaces to svn server for each funct

Re: svn: Repository moved permanently to '/viewvc/incubator/thrift/trunk/lib/java/'; please relocate

2010-10-18 Thread Ryan Schmidt
On Oct 18, 2010, at 05:35, 周晓青 wrote: > When I checkout one svn repository,the svn return this error message,please > tell me how to deal with and can check out? Thanks http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/ is a ViewVC URL; it a URL that you can call up in a web browser

Re: svn: Repository moved permanently to '/viewvc/incubator/thrift/trunk/lib/java/'; please relocate

2010-10-18 Thread Erik Andersson
Try: http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.ref.svn.c.switch Cheers / Erik 2010/10/18 周晓青 > Hi , > > When I checkout one svn repository,the svn return this error > message,please tell me how t

svn: Repository moved permanently to '/viewvc/incubator/thrift/trunk/lib/java/'; please relocate

2010-10-18 Thread 周晓青
Hi , When I checkout one svn repository,the svn return this error message,please tell me how to deal with and can check out? Thanks This email (including any attachments) is confidential and may be legally privileged. If you received this email in error

Re: svn Farm

2010-10-18 Thread Stephen Connolly
On 17 October 2010 08:52, Alan Barrett wrote: > On Sun, 17 Oct 2010, Nico Kadel-Garcia wrote: >> > What he really wants is an alternate-universe Subversion which never >> > had the plaintext password storage feature in the first place. >> >> I'd settle for being able to block that local use on the

Re: something about permission

2010-10-18 Thread LiuYan 刘研
肖晗 gmail.com> writes: > > > I set up a svn server on my own Ubuntu\Linux. > When I enter commands like "svn commit filename", the terminal will remind me that I have no permission to do that.(Of course, except for the case when I add "sudo" to the head) > Then I wonder, if clients from differ