开发者

Eclipse subversion svn don't upload a directory

开发者 https://www.devze.com 2023-04-03 15:57 出处:网络
I have a project that I need to upload to my svn server.There is a folder/directory that I do not want to upload to the svn server every time I commit my project.

I have a project that I need to upload to my svn server. There is a folder/directory that I do not want to upload to the svn server every time I commit my project. Is it possible to make it so that subversion will automatically not commit the directory, or will I have to uncheck that directory in the commit dialog every time. The reason that I want this is so that I wont make a mistake and accidentaly commit the directory.

开发者_开发技巧Thanks, Aidan


Add a svn:ignore property to the parent directory, and set its value to the name of the directory you don't want to commit. Then commit the parent directory.


Looks to me that you need modifiable configuration directory.

The best way to do it is to copy files under source control into some temporary place and use that place as a source for your configuration.

This way SCM system will never pick up your customized environment settings.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号