1
0
mirror of synced 2025-12-21 10:57:10 -05:00
Files
docs/content/github/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github.md
Laura Coursen 8f964ea2cb GHEC version (#20947)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
Co-authored-by: Robert Sese <sese@github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-10-15 15:41:33 -05:00

1.2 KiB

title, intro, redirect_from, versions, shortTitle
title intro redirect_from versions shortTitle
Subversion properties supported by GitHub There are several Subversion workflows and properties that are similar to existing functionality on {% data variables.product.product_name %}.
/articles/subversion-properties-supported-by-github
/github/importing-your-projects-to-github/subversion-properties-supported-by-github
fpt ghes ghec
* * *
Properties supported by GitHub

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)

{% 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, {% 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

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