문제

Is a svn propset still set on a svn export? or does the export also remove any propset settings? To my understanding the export with the --force flag removes all the .svn directories but do the propset settings still apply?

Is there an option to keep and/or remove these?

도움이 되었습니까?

해결책

I believe they're lost with all SVN related data. If you're exporting, you're not creating a working copy. Properties are just meta-data for Subversion to consume. Properties don't make sense in the export scenario.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top