I have a SVN external setup in my code which pulls all the code for a directory from another repository. When I make a change to that code and try to commit the change, it doesn't show any changes to commit in tortoiseSVN. How do I commit changes made in a externals directory back to the repository the code came from?
+5
A:
You need to commit from within the external directory.
CLI equivalent:
svn commit dirname
Evert
2009-12-28 09:31:29
Thanks, I thought I was within the external directory but it must be getting late!
vailripper
2009-12-28 09:45:27
However, files changed in external repository should be visible on list of changed files in TortoiseSVN commit window for main repository.
Grzegorz Gierlik
2009-12-28 09:51:14