Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method to export a codebase (without VCS metadata) to a directory #37

Closed
mattfarina opened this issue May 2, 2016 · 3 comments
Closed

Comments

@mattfarina
Copy link
Member

No description provided.

@mattfarina
Copy link
Member Author

Git

Consider git checkout-index -f -a --prefix=/path/to/location/ (enforce the trailing / or there can be problems).

Svn

See svn export PATH1 PATH2

Bzr

See bzr export as it can do directories.

Hg

hg archive defaults to files (directory). This can likely be used.

@mattfarina
Copy link
Member Author

See #40 for implementation

mattfarina added a commit that referenced this issue May 4, 2016
Implements #37: Ability to export source
@mattfarina
Copy link
Member Author

Merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant