VextoR
VextoR

Reputation: 5165

svn:externals help (TortoiseSVN 1.7.6)

I have a directory

D:\SVN_HOME\EclipseWorkspace\MF_CENTER_INFO

SVN_HOME - is a root svn working folder

MF_CENTER_INFO - the folder which I want to be commited to another svn repository

The default repository for D:\SVN_HOME\ is svn://10.101.101.101/svn/ee/trunk but MF_CENTER_INFO has to be commit to svn://10.101.101.101/svn/mf-center-vp/ (IPs are same)

so, what I did:

right mouse click on D:\SVN_HOME\EclipseWorkspace\

added property enter image description here

but when I choose commit or view properties for D:\SVN_HOME\EclipseWorkspace\MF_CENTER_INFO it shows default rep, now the external one

enter image description here

what's wrong?

Upvotes: 0

Views: 457

Answers (2)

Lazy Badger
Lazy Badger

Reputation: 97270

MF_CENTER_INFO must

  • not be ignored
  • exist in parent only as "virual" folder, not real

Way to fix

  • Remove all properies in 1-st commit
  • Move|delete physical folder on 2-nd commit
  • Create (correct) svn-externals in 3-rd commit

Upvotes: 1

pmod
pmod

Reputation: 10997

I think that svn:externals property is set incorrectly: the value should be

MF_CENTER_INFO <url>

Please check Setting Up Subversion Externals With TortoiseSVN

Upvotes: 1

Related Questions