Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subclipse can't handle subdirectories that contain paths from other svn repositories [Tigris #1465] #21

Open
markphip opened this issue Sep 15, 2016 · 0 comments
Labels

Comments

@markphip
Copy link
Contributor

Description

we use the following project structure:

- project-buildout (repos: svn.repository.com/customer/project/buildout)
  - buildout.cfg
  - src
    - some.package (repos svn.repository.com/customer/project/package)
    - another.package (repos another-svn-repos.com/some/path)
    - git.package (repos git://...)



this setup is very common when using zc.buildout
(http://pypi.python.org/pypi/zc.buildout) together with mr.developer
(http://pypi.python.org/pypi/mr.developer)

typically you want to version-control the configuration files of your project
builout.

packages you develop on are checked out into the src folder from different
repositories.



in former subclipse versions i could simply

* check out the buildout (src folder has not been under version control)

  svn co https://svn.repository.com/customer/project/buildout project-buildout

* check out some packages into src/ folder

  cd project-buildout
  mkdir src #(sometimes also src was under version control - both worked)
  cd src
  svn co https://svn.repository.com/customer/project/package some.package

* commit/update, add files to src/some.package using the subclipse ui


now the subversion related context menus are grayed out for those packages in
the src directory


a workaround is to put the src/ folder under version control and add all
packages as svn:externals
however, this is tedious and error prone since the checkout of these packages is
handeled by mr.developer

Metadata Imported from Tigris (Issue 1465)

  • Creation Date: 2012-11-12 11:53:04
  • Reporter: frisi
  • Subcomponent: svnClientAdapter
  • Version: 1.8.x
  • Milestone: not determined
  • Keywords:
  • Cc:
@markphip markphip added the bug label Sep 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant