1
0
mirror of synced 2025-12-22 03:16:52 -05:00
Files
docs/content/get-started/importing-your-projects-to-github/working-with-subversion-on-github/subversion-properties-supported-by-github.md
Ramya Parimi d27e09cc5b Fix vale errors in source (#24086)
* backticks for javascript

* Update sorting-search-results.md

backticks asc

* Update installing-github-enterprise-server-on-azure.md

fixed vm az

* Update searching-for-repositories.md

backticks

* Update searching-code.md

backticks

* Update searching-issues-and-pull-requests.md

backticks

* Update searching-issues-and-pull-requests.md

* Update understanding-the-search-syntax.md

* Update searching-for-packages.md

* Update upgrading-from-dependabotcom-to-github-native-dependabot.md

* fix errors in source

* removed spaces

* vale docs

* link to md link

* spacing for backticks

* docs draft

* remove space

* removed spacing

* drafting

* drafting

* draft

* escape single quote

* escape another single quote

* fix broken link

* vale guide

* edge case

* edge case ex

* edge case ex link

* grammer

* grammer

* Update vale-guide.md

clarity

* Update vale-guide.md

small edit

* clarity

* sentence fix

* Rubocop to RuboCop

* Rubocop -> RuboCop

* terms in backticks

* pem in backtick

* idp -> IdP

* file names in backticks

* public/private rsa in backticks

* fix vale errors

* fix vale errors

* Update sending-enterprise-contributions-to-your-githubcom-profile.md

fix dot-com links

* Update metadata-syntax-for-github-actions.md

* Update configuring-codeql-cli-in-your-ci-system.md

* Update content/get-started/getting-started-with-git/associating-text-editors-with-git.md

Co-authored-by: Vanessa <vgrl@github.com>

* Update managing-deploy-keys.md

public and private rsa key pair

* Update libraries.md

removed backticks for consistency

* Update sorting-search-results.md

removed backticks for consistency

* Update metadata-syntax-for-github-actions.md

removed backticks for consistency

* Update metadata-syntax-for-github-actions.md

removed backticks

* delete vale config files

Co-authored-by: Vanessa <vgrl@github.com>
Co-authored-by: Amy Burns <timeyoutakeit@github.com>
2022-01-25 11:18:19 -06:00

1.3 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
/github/importing-your-projects-to-github/working-with-subversion-on-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.