Showing 1 changed files with 16 additions and 0 deletions
+16
README.md
... ...
@@ -325,6 +325,22 @@ If you use GitPrep vis https, you should set X-Forwarded-HTTPS Request Header.
325 325
       RequestHeader set X-Forwarded-HTTPS "1"
326 326
     </VirtualHost>
327 327
 
328
+### How to import already existing repositories?
329
+
330
+You can import already existing repositories by **script/import_rep** script.
331
+
332
+    cd script
333
+    ./import_rep -u kimoto rep_dir
334
+
335
+**-u** is user name. rep_dir must contains git respoitories like the following.
336
+
337
+   rep_dir/project1.git
338
+          /project2.git
339
+          /project3.git
340
+          /project3.git
341
+
342
+If C<description> file exists in git repository, it is copied.
343
+
328 344
 ## Web Site
329 345
 
330 346
 [GitPrep Web Site](http://perlcodesample.sakura.ne.jp/gitprep-site/)