1
0
mirror of synced 2026-01-07 09:01:31 -05:00
Files
docs/translations/ru-RU/content/github/importing-your-projects-to-github/subversion-properties-supported-by-github.md
Vanessa Yuen 3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00

1.1 KiB

title, intro, redirect_from, versions
title intro redirect_from versions
Subversion properties supported by GitHub There are several Subversion workflows and properties that are similar to existing functionality on {{ site.data.variables.product.product_name }}.
/articles/subversion-properties-supported-by-github
free-pro-team enterprise-server
* *

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)

{{ site.data.variables.product.product_name }} 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, {{ site.data.variables.product.product_name }} will track them internally. Files ignored by subversion clients are completely distinct from entries in a .gitignore file.

Currently unsupported properties

{{ site.data.variables.product.product_name }} doesn't currently support svn:externals, svn:global-ignores, or any properties not listed above, including custom properties.