Skip to main content

Эта версия GitHub Enterprise Server была прекращена 2024-03-26. Исправления выпускаться не будут даже при критических проблемах безопасности. Для повышения производительности, повышения безопасности и новых функций выполните обновление до последней версии GitHub Enterprise Server. Чтобы получить справку по обновлению, обратитесь в службу поддержки GitHub Enterprise.

Свойства Subversion, поддерживаемые GitHub

Существует несколько рабочих процессов и свойств Subversion, аналогичных существующим функциям в GitHub Enterprise Server.

Note: Subversion support will be removed with GitHub version 3.13. For more information, see the GitHub blog.

Executable files (svn:executable)

We convert svn:executable properties by updating the file mode directly before adding it to the Git repository.

MIME types (svn:mime-type)

GitHub Enterprise Server internally tracks the mime-type properties of files and the commits that added them.

Ignoring unversioned items (svn:ignore)

If you've set files and directories to be ignored in Subversion, GitHub Enterprise Server will track them internally. Files ignored by subversion clients are completely distinct from entries in a .gitignore file.

Currently unsupported properties

GitHub Enterprise Server doesn't currently support svn:externals, svn:global-ignores, or any properties not listed above, including custom properties.