| Author |
Two directories linked to the same directory in Subversion
|
Rafael Angarita
Ranch Hand
Joined: Jan 09, 2009
Posts: 67
|
|
Hello everybody,
I have this really wierd problem: it seems that my directories bin and src are linked to the same place in the subversion repository. It is ver chaotic since I cannot remove the bin folder from the svn because it will remove the src folder too. Also, there are .java files in the bin folder when I download it from the repository. Those .java files are the ones from the src folder.
I was wondering how to solve this.
Thank you very much, I appreciatte your guidance.
|
Rafael Angarita.
SCJP 6.
|
 |
Rafael Angarita
Ranch Hand
Joined: Jan 09, 2009
Posts: 67
|
|
Ok, I solved it.
First I check the directory information with svn info, and then changed its url to the right directory in the repo with svn switch.
|
 |
 |
|
|
subject: Two directories linked to the same directory in Subversion
|
|
|