Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

"svn co" fails to see "trunk" of a repository #345

Closed
boutell opened this issue Jan 25, 2015 · 4 comments
Closed

"svn co" fails to see "trunk" of a repository #345

boutell opened this issue Jan 25, 2015 · 4 comments

Comments

@boutell
Copy link

boutell commented Jan 25, 2015

This repository:

https://github.com/drak/doctrine1

Has a "master" but it cannot be seen via this svn URL:

https://github.com/drak/doctrine1/trunk

If I check out the entire thing with svn:

https://github.com/drak/doctrine1

I do get "branches", "tags" and "trunk" subdirectories.

If I check out the "branches" folder, or the "branches/dev" branch, with a direct URL to those, all is well.

Only the trunk/master refuses to be checked out individually.

@boutell
Copy link
Author

boutell commented Jan 25, 2015

This article:

https://help.github.com/articles/support-for-subversion-clients/

Suggests at one point checking out the trunk of a repository directly, so it appears it is supposed to work.

@mkopinsky
Copy link

Works for me...

$ svn checkout https://github.com/drak/doctrine1/trunk doctrine -q
$ ls doctrine
CHANGELOG       LICENSE         UPGRADE_TO_1_2      build.xml       lib         tests
COPYRIGHT       README.md       build.properties.dev    composer.json       package.xml     tools
$

@boutell
Copy link
Author

boutell commented Mar 27, 2015

Aaaand now it works for me too. How bizarre. Closing.

@boutell boutell closed this as completed Mar 27, 2015
@boutell
Copy link
Author

boutell commented Mar 27, 2015

(I wonder if that particular repo was in a specific state when this happened.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants