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

Re: AW: Re: AW: Setting property on non-local target

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-06-17 18:36:26 CEST

On Jun 17, 2005, at 11:02 AM, Felix Gilcher wrote:
>
> So I could in theory go and hack together a client that does this?
> The server won't just ignore my request - well, I guess it can't
> tell the difference.

Yes, like I said in my last mail, go look at tools/examples/
svnput.c. That's a sample program which unconditionally uploads a
file to the repository, possibly overwriting whatever's there. The
repository access (RA) API allows it, no problem.

That's fine practice if, say, you're a dumb DAV client doing a write
to an autoversioning repository. But it's a very bad practice if
you're trying to collaborate on a team. Changes need to be merged
together in working copies, not blindly overwritten in the server.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 17 18:38:53 2005

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

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