Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
cc7b5026
Commit
cc7b5026
authored
Feb 26, 2018
by
Christian Couder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perforce.md: add note about repacking
parent
d412b90a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
doc/user/project/import/perforce.md
doc/user/project/import/perforce.md
+6
-0
No files found.
doc/user/project/import/perforce.md
View file @
cc7b5026
...
@@ -48,3 +48,9 @@ Here's a few links to get you started:
...
@@ -48,3 +48,9 @@ Here's a few links to get you started:
-
[
git-p4 manual page
](
https://www.kernel.org/pub/software/scm/git/docs/git-p4.html
)
-
[
git-p4 manual page
](
https://www.kernel.org/pub/software/scm/git/docs/git-p4.html
)
-
[
git-p4 example usage
](
https://git.wiki.kernel.org/index.php/Git-p4_Usage
)
-
[
git-p4 example usage
](
https://git.wiki.kernel.org/index.php/Git-p4_Usage
)
-
[
Git book migration guide
](
https://git-scm.com/book/en/v2/Git-and-Other-Systems-Migrating-to-Git#_perforce_import
)
-
[
Git book migration guide
](
https://git-scm.com/book/en/v2/Git-and-Other-Systems-Migrating-to-Git#_perforce_import
)
Note that
`git p4`
and
`git filter-branch`
are not very good at
creating small and efficient Git pack files. So it might be a good
idea to spend time and CPU to properly repack your repository before
sending it for the first time to your GitLab server. See
[
this StackOverflow question
](
https://stackoverflow.com/questions/28720151/git-gc-aggressive-vs-git-repack/
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment