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

Re: Cannot Checkout or Commit on New Repository

From: Theo Van Dinter <felicity_at_kluge.net>
Date: 2005-11-29 21:21:23 CET

On Tue, Nov 29, 2005 at 02:22:11PM -0500, Hal Vaughan wrote:
> So if I want to check out files in a directory, I'd have to delete all the
> corresponding files in that directory, first? Is that correct?

Or checkout into a new directory. Your problem is that you had a full
directory structure, then tried to checkout the same structure in place, so it
sees a bunch of files that already exist and things don't work. If you want
to keep the same path on disk, but have it be in a working copy, yes, either
delete or move aside the current data, checkout into the same path, and go
from there.

> So what do I do after I've edited a file in the bin directory and want to
> commit the changes in that file to the repository?

If it's in a working copy, you can just "svn commit" the change. If it's not,
you have to copy the changes to a working copy and then commit it.

-- 
Randomly Generated Tagline:
Even dead fish can swim down stream.

  • application/pgp-signature attachment: stored
Received on Tue Nov 29 21:23:38 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.