Sha256: 67d73044eb4d268bee423b78583983c35a61d87d16f3ec66c4b8399953962924

Contents?: true

Size: 367 Bytes

Versions: 5

Compression:

Stored size: 367 Bytes

Contents

#!/usr/bin/env ruby
##
## git-p4-sync, by Carl Mercier (http://carlmercier.com)
## Started in May 2009
##
## This script sync changes made to a Git repository back to Perforce.
## It currently only supports one-way sync'ing:  GIT -> P4
##

path = File.dirname(__FILE__)
require path + '/../lib/init'
require path + '/../lib/git_p4_sync'
require path + '/../lib/start'

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
cmer-git-p4-sync-0.1.0 bin/git-p4-sync
git-p4-sync-0.2.0 bin/git-p4-sync
git-p4-sync-0.1.2 bin/git-p4-sync
git-p4-sync-0.1.1 bin/git-p4-sync
git-p4-sync-0.1.0 bin/git-p4-sync