dev 1.0.168 → 1.0.169

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/dev/cmd/Build.rb +4 -1
  2. metadata +1 -1
@@ -20,7 +20,10 @@ class Build
20
20
  # export to local directory
21
21
  FileUtils.mkdir("#{Dev::Enviroment.dev_root}/exp") if !File.exists?("#{Dev::Environment.dev_root}/exp")
22
22
  FileUtils.rm_r(h[:dir]) if File.exists? h[:dir]
23
- Dev::Commands.execute_cmd("svn export #{h[:uri]}@#{h[:revision]} #{h[:dir]}")
23
+
24
+ puts "svn exporting #{h[:uri]}@#{h[:revision]} to #{h[:dir]}"
25
+ Dev::Scm::export("#{h[:uri]}@#{h[:revision]}","#{h[:dir]}",'svn')
26
+ # Dev::Commands.execute_cmd("svn export #{h[:uri]}@#{h[:revision]} #{h[:dir]}")
24
27
 
25
28
  # rake in local directory
26
29
  call=Dev::SystemCall.new({:cmd=>'rake default',:dir=>h[:dir],:capture_output=>true,:capture_error=>true})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.168
4
+ version: 1.0.169
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: