问题
just changed over form visualsvn to AnkhSVN. Loving it... but i need to add files and directory that are on my disk to SVN ... but the files and directory are not part the solutions (Vs2010) ... Its basically i directory where i store some dlls but if the directory is not present then i have missing references.
Is this possible?
回答1:
Not from Ankh AFAIK. Get them in through Tortoise or the command line and you should be fine.
回答2:
You can either use "Show all files" in the solution explorer to reveal the files and add them, or use View -> Working Copy Explorer. Both solutions work in AnkhSVN.
回答3:
View Menu -> Working Copy Explorer -> navigate to your new file/directory -> right click and select "Subversion" -> then click "Add".
来源:https://stackoverflow.com/questions/3996332/ankhsvn-how-to-add-files-not-under-solution-to-svn-vs-2010