scm-backup icon indicating copy to clipboard operation
scm-backup copied to clipboard

Makes offline backups of your cloud hosted source code repositories

Results 23 scm-backup issues
Sort by recently updated
recently updated
newest added

I have a bitbucket account with dozens of repos. While backing up, after about 25 odd repos, I saw this error (see below). Starting scmbackup again restarts from the first...

bug
bitbucket

https://devblogs.microsoft.com/commandline/windows-package-manager-preview/

enhancement
help wanted

I use this tool (and the previous tool you made) to backup my BitBucket repositories. It's great! Is there any chance of supporting Microsoft Azure DevOps Git repositories in addition...

enhancement
help wanted
new hoster

Maintaining two separate repos doesn't make sense. I'm making changes to the code **and** the respective documentation together all the time, and this would be much easier if it just...

enhancement

The existing GitHub test accounts ([1](https://github.com/scm-backup-testuser/), [2](https://github.com/scm-backup-testorg/)) are free accounts, so they have no private repos -> some tests are skipped because of this (see b0ae86d)

help wanted
github

- Only possible via API call: https://developer.github.com/v3/issues/ - ...or Octokit? http://octokitnet.readthedocs.io/en/latest/issues/

enhancement
github

Export API call description: https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Bworkspace%7D/%7Brepo_slug%7D/issues/export

enhancement
bitbucket

You can use this API call to get all downloads for some user and repository: `https://api.bitbucket.org/2.0/repositories/{username}/{repo}/downloads` This call returns json document where you can find all necessary links. Documentation: https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Bworkspace%7D/%7Brepo_slug%7D/downloads

enhancement
bitbucket

https://ci.appveyor.com/project/ChristianSpecht/scm-backup/build/82 https://ci.appveyor.com/project/ChristianSpecht/scm-backup/build/83 ``` [xUnit.net 00:03:24.6632431] ScmBackup.Tests.Integration: [Long Running Test] 'ScmBackup.Tests.Integration.Scm.GitScmTests.RemoteRepositoryExists_ReturnsFalseForNonExistingRepo', Elapsed: 00:02:01 [xUnit.net 00:05:24.6661672] ScmBackup.Tests.Integration: [Long Running Test] 'ScmBackup.Tests.Integration.Scm.GitScmTests.RemoteRepositoryExists_ReturnsFalseForNonExistingRepo', Elapsed: 00:04:01 [...] [xUnit.net 00:55:24.7781044] ScmBackup.Tests.Integration: [Long Running Test] 'ScmBackup.Tests.Integration.Scm.GitScmTests.RemoteRepositoryExists_ReturnsFalseForNonExistingRepo', Elapsed:...

bug