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

Re: Single File Checkout

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-04-01 02:46:33 CEST

Shatzer, Larry wrote:

> Does anyone have a way to accomplish what I need? Check out a single file
> modify it, and check it back in, without checking out the whole directory?
> Maybe something with the bindings? Or a way to check out an empty directory,
> and then svn cat the file(s) I want into it, then commit them.

As a workaround, someone could certainly write a small program (either
in C or python) to do this all in DeltaV:

    * create a server-side workspace (MKACTIVITY)
    * make the file editable in that workspace(CHECKOUT foo.c)
    * upload the new version of the file (PUT foo.c)
    * commit the workspace (MERGE)

Any takers? :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 1 02:48:14 2004

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.