Ticket #260 (closed defect: worksforme)
svn externals in subdirectories are not recognized as versioned
| Reported by: | anonymous | Owned by: | alwin |
|---|---|---|---|
| Priority: | normal | Milestone: | not applicable |
| Component: | All | Version: | 0.14.x |
| Severity: | tweak | Keywords: | |
| Cc: |
Description (last modified by alwin) (diff)
I have a c++ project (project2) reusing parts of another project (project2) and I organize the sources using svn:externals as follows
directory layout of svn project2 project2 project2/project1
with project2 having svn:externals as follows project1/dir1 project1_repos/dir1
AFter checking sources out with svn the directory structure is created correctly, however kdesvn shows directory dir1 as not versioned!
Seems a bug to me ?
