Skip to content

Commit 13a5ef7

Browse files
committed
Merge pull request #10 from briansbledsoe/master
Fix to 'repo-svn push' command
2 parents cbf6041 + 25c35b7 commit 13a5ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pod/command/repo_svn.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def add_specs_to_repo
350350
Dir.chdir(repo_dir) do
351351
# only commit if modified
352352
UI.puts "Committing changes"
353-
UI.puts `svn add #{spec.name} 2> /dev/null`
353+
UI.puts `svn add #{spec.name} --force 2> /dev/null`
354354
UI.puts `svn commit -m "#{message}"`
355355
end
356356
end

0 commit comments

Comments
 (0)