[GH-ISSUE #10] Import revision history from sourceforge #11

Closed
opened 2026-05-05 04:43:56 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @tbu- on GitHub (Aug 10, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/10

Maybe you could import the revision history from the SVN repository on SourceForge in order to not lose history.

What do you think about this?

Originally created by @tbu- on GitHub (Aug 10, 2015). Original GitHub issue: https://github.com/netblue30/firejail/issues/10 Maybe you could import the revision history from the SVN repository on SourceForge in order to not lose history. What do you think about this?
gitea-mirror added the
information_old
label 2026-05-05 04:43:56 -06:00
Author
Owner

@tbu- commented on GitHub (Aug 10, 2015):

I imported the SVN commit history into a git repository and used git cherry-pick to apply the newer commits not present in the the old SVN repository.

You could import it from https://github.com/tbu-/firejail, the master branch, like this:

git fetch git://github.com/tbu-/firejail master
git reset --hard FETCH_HEAD
git push origin master -f

Note that this will overwrite the current history on GitHub, but since I applied all the commits from here, this should not be a problem.

<!-- gh-comment-id:129581520 --> @tbu- commented on GitHub (Aug 10, 2015): I imported the SVN commit history into a git repository and used `git cherry-pick` to apply the newer commits not present in the the old SVN repository. You could import it from https://github.com/tbu-/firejail, the master branch, like this: ``` git fetch git://github.com/tbu-/firejail master git reset --hard FETCH_HEAD git push origin master -f ``` Note that this will overwrite the current history on GitHub, but since I applied all the commits from here, this should not be a problem.
Author
Owner

@netblue30 commented on GitHub (Aug 11, 2015):

It is too much trouble, I'll leave it as is. Thanks.

<!-- gh-comment-id:129836226 --> @netblue30 commented on GitHub (Aug 11, 2015): It is too much trouble, I'll leave it as is. Thanks.
Author
Owner

@tbu- commented on GitHub (Aug 11, 2015):

(I already did the work, the only thing left would be to execute the commands I gave you. Feel free to close the issue if you don't want to import the commit history.)

<!-- gh-comment-id:129836743 --> @tbu- commented on GitHub (Aug 11, 2015): (I already did the work, the only thing left would be to execute the commands I gave you. Feel free to close the issue if you don't want to import the commit history.)
Author
Owner

@netblue30 commented on GitHub (Aug 11, 2015):

Thanks.

<!-- gh-comment-id:129837519 --> @netblue30 commented on GitHub (Aug 11, 2015): Thanks.
Author
Owner

@ypid commented on GitHub (Aug 11, 2015):

Related to http://sourceforge.net/p/firejail/tickets/24/ and https://l3net.wordpress.com/2014/09/19/firejail-a-security-sandbox-for-mozilla-firefox/comment-page-1/#comment-6430.
I agree with @tbu- that you should have imported the SVN history and it is not to late yet 😄

<!-- gh-comment-id:130019843 --> @ypid commented on GitHub (Aug 11, 2015): Related to http://sourceforge.net/p/firejail/tickets/24/ and https://l3net.wordpress.com/2014/09/19/firejail-a-security-sandbox-for-mozilla-firefox/comment-page-1/#comment-6430. I agree with @tbu- that you should have imported the SVN history and it is not to late yet :smile:
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#11
No description provided.