Reputation: 5165
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
but when I choose commit or view properties for D:\SVN_HOME\EclipseWorkspace\MF_CENTER_INFO
it shows default rep, now the external one
what's wrong?
Upvotes: 0
Views: 457
Reputation: 97270
MF_CENTER_INFO must
Way to fix
Upvotes: 1
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