You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2019. It is now read-only.
These are not really equivalents: a svn export is a distribution of the source code, without the version control history etc. While the git clone command actually creates a local repository.
The git equivalent seems to be archive. The reason I'm asking is because I wanted to use .gitattributes to exclude certain paths from exporting (to save time), but that does not work with clone.
Not sure if the default action should be changed (seems like a BC break), or if it should be configurable. But it would be nice if this was fixed to be similar across VCS systems.