[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r12175 - branches/locking/subversion/libsvn_fs_fs

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2004-12-08 05:00:54 CET

Greg Hudson wrote:
> On Mon, 2004-12-06 at 15:05, Peter N. Lundblad wrote:
>
>>>+ abs_path = abs_path_to_lock_file (fs, lock->path, pool);
>>
>>As we discussed on IRC, this is a problem. I don't think we ompose
>>pathname limits on the system on which the repository is stored into the
>>repository.
>
>
> I don't think this is a problem likely to bite users in practice. (Why
> do we think the server filesystem will commonly have more restrictive
> length limitations than the client filesystems?) I think all of the
> proposed solutions are too complicated.

If you're only checking out a subset of the directory tree you might not
hit the path length limitation on the client. That said, it is an edge
case, and probably a rare one, so I could be convinced that the
complexity isn't worth it.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 8 05:01:44 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.