0

I want the following situation:

 trunk/my_sv_code
 trunk/my_tb_code/my_sv_code 

In which the copy of my_sv_code in my_tb_code is an external.

How do I write an svn:externals property that is relative to the my_tb_code directory?

The Red Book, sadly, has few good examples of this.

Ray Salemi
  • 5,247
  • 4
  • 30
  • 63
  • So it looks like you just mark duplicates with a comment? – Ray Salemi May 31 '16 at 12:34
  • Bahrep, I could not find the button to mark this as a duplicate. Where is that? – Ray Salemi May 31 '16 at 12:35
  • There is a chance that you don't have enough rep to mark questions as duplicate. The comment is added automatically once you mark it as duplicate (i.e. vote to close a question because it's a duplicate of...) – bahrep May 31 '16 at 12:47

1 Answers1

1

Looks like it's answered here:

Relative Path in Subversion external configuration

Not sure how to mark this question as a duplicate.

Community
  • 1
  • 1
Ray Salemi
  • 5,247
  • 4
  • 30
  • 63