How do I hide directories in Apache, specifically source-control?

前端 未结 7 1066
终归单人心
终归单人心 2020-12-02 13:40

I want to keep my website/s in version control (Subversion specifically) and use svn co to update it when there are stable versions to update, but I\'m concerne

7条回答
  •  一向
    一向 (楼主)
    2020-12-02 13:59

    Hiding the directories as Vinko says should work. But it would probably be simpler to use svn export instead of svn co. This should not generate the .svn directories.

提交回复
热议问题