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

Re: subversion issue 823 - http://subversion.tigris.org/issues/show_bug.cgi?id=823

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-04-10 20:17:47 CEST

"Yavor Christov" <Yavor.Christov@FINATEC.bg> writes:
> First of all, I would like to know if it is possible to vote for issue 823
> in order to elevate its priority?

Well, we're not really using a formal voting system for that, we just
watch people's posts and use our judgement.

> We, like one of the other respondents (see the URL in the subject, -------
> Additional Comments From Garrett Rooney 2003-01-07 15:40 PST -------), can
> have thousands of files in one directory and we would like, ideally, to be
> able to check out any of them separately.

That's probably going to be Post-1.0, as the issue says. It's not
that it's _so_ hard to do, but it's one of hundreds of
non-showstoppers, and we have focus on the big stuff for 1.0.

> Second, we need to be able to copy and then checkout a directory with just
> one file.
>
> I have succeeded to make a copy of a single file in the subversion
> repository using the command:
>
> [13:43:04] user@host:~ $ svn copy
> file:///path/to/SVN/Repositories/repo1/trunk/somedirectory/somefile.sh
> file:///path/to/SVN/Repositories/repo1/my-file -m "my single file project."
>
> And then failed when tried to check it out:
>
> [13:47:46] user_at_host:~ $ svn co http://host:80/svn/repos/my-file
> svn: Error string not specified yet
> svn: URL does not identify a collection.
> [13:47:50] user@host:~ $

You copied a file from "/somedirectory" to "/", and then tried to
check out the file alone. The fact that the checkout failed has
nothing to do with how many times the file has been copied, rather,
it's because checking out a single file doesn't work :-).

> While
>
> [13:52:31] user@host:~ $ svn copy
> file:///path/to/SVN/Repositories/repo1/trunk/somedirectory
> file:///path/to/SVN/Repositories/repo1/release-0.1 -m "my release 0.1"
>
> [13:59:50] user_at_host:~ $ svn co http://host:80/svn/repos/release-0.1
> A release-0.1/somedirectory
> A release-0.1/somedirectory/file1
> A release-0.1/somedirectory/subdirectory/file1
> A release-0.1/somedirectory/subdirectory/file2
> ...

Well, sure. Checkouts of directories work fine.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 10 21:01:01 2003

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.