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?