Hello,
We are evaluating SVNSCC 1.2.4 plugin (on WINDOWS NT 4.0 platform) for
source control system. Our projects were written in VC++ 6.0. We have
downloaded and installed TortoiseSvn_CR_WP for SVN.
We want to maintain about 12 VC++ projects in SVN. Our repo. structure on
the server is as follows.
Repository-->TENG--->PRODS (Branch, Tag, Trunk)--->(created all 12 projects
under trunk).
for project 1:
SVNURL :
http://myprojects.dev.com:8080/svn/teng/prods/trunkModule : project1
Local path: C:/prods
(physical location on the client machine is :
C:/prods/all/projects/project1)
for project 2:
SVNURL :
http://myprojects.dev.com:8080/svn/teng/prods/trunkModule : project2
Local path: C:/prods
(physical location on the client machine is :
C:/prods/all/projects/project2)
all other projects will have the above SVNURL and MODULE.
Case 1:
Project 1 was opened and modified couple of files and committed. The
changes were sent to the correct repository.
http://myprojects.dev.com:8080/svn/teng/prods/trunk/project1Case 2:
Project 2 was opened and modified couple of files and committed. The
changes were sent again to project 1 repository rather project 2.
http://myprojects.dev.com:8080/svn/teng/prods/trunk/project1.project 3, project 4 ... also submitting the changes to project 1 SVNURL
rather their corresponding locations.
How do we fix the above issue? Also ".svn" folder was created automatically
in the following directories when project 1 was connected with repository.
C:/prods/.svn
C:/prods/all/.svn
C:/prods/all/projects/.svn
How do we change the local path if possible? It is disabled all the time.
Appreicate your help.
I was able to fix all the other issues with the setup except this.
Thanks.