rup 0.3.3 → 0.3.4
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.
- data/LICENSE +10 -10
- data/bin/rup +1 -1
- metadata +2 -6
- data/README +0 -57
- data/TODO +0 -13
data/LICENSE
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
|
1
|
+
Copyright (C) 2009 Otype.de
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
you may not use this file except in compliance with the License.
|
5
|
+
You may obtain a copy of the License at
|
6
6
|
|
7
|
-
|
7
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
8
8
|
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
9
|
+
Unless required by applicable law or agreed to in writing, software
|
10
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
See the License for the specific language governing permissions and
|
13
|
+
limitations under the License.
|
data/bin/rup
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hans-Gunther Schmidt
|
@@ -21,14 +21,10 @@ extensions: []
|
|
21
21
|
|
22
22
|
extra_rdoc_files:
|
23
23
|
- LICENSE
|
24
|
-
- README
|
25
|
-
- TODO
|
26
24
|
files:
|
27
25
|
- LICENSE
|
28
|
-
- README
|
29
|
-
- TODO
|
30
26
|
has_rdoc: true
|
31
|
-
homepage: http://
|
27
|
+
homepage: http://rup.otype.de/
|
32
28
|
licenses: []
|
33
29
|
|
34
30
|
post_install_message:
|
data/README
DELETED
@@ -1,57 +0,0 @@
|
|
1
|
-
= RUP - Repository Updater
|
2
|
-
|
3
|
-
Manage multiple SCM repositories at different locations of various types like SVN, GIT, REPO with one simple CLI tool.
|
4
|
-
|
5
|
-
RUP is available via Gemcutter!
|
6
|
-
|
7
|
-
== Requirements
|
8
|
-
|
9
|
-
RUP works with Subversion, GIT and Repo. It requires all these tools to be available via your PATH variable.
|
10
|
-
|
11
|
-
== Installation
|
12
|
-
|
13
|
-
=== Via Rubyforge:
|
14
|
-
|
15
|
-
$ gem install rup
|
16
|
-
|
17
|
-
=== Via Gemcutter:
|
18
|
-
|
19
|
-
$ gem install gemcutter
|
20
|
-
$ gem tumble
|
21
|
-
$ gem install rup
|
22
|
-
|
23
|
-
== Usage
|
24
|
-
|
25
|
-
Adding a repository location to rup configuration:
|
26
|
-
|
27
|
-
$ rup -a REPO_DIR/
|
28
|
-
|
29
|
-
Import a given parent directory with multiple, existing repositories:
|
30
|
-
|
31
|
-
$ rup -i PARENT_DIR/
|
32
|
-
|
33
|
-
List all repositories under rup control:
|
34
|
-
|
35
|
-
$ rup -l
|
36
|
-
|
37
|
-
Update all repositories in rup:
|
38
|
-
|
39
|
-
$ rup -u
|
40
|
-
|
41
|
-
See
|
42
|
-
|
43
|
-
$ rup -h
|
44
|
-
|
45
|
-
for more options.
|
46
|
-
|
47
|
-
== Problems?
|
48
|
-
|
49
|
-
Problems? Then try following:
|
50
|
-
|
51
|
-
1. File a suport request in RUP's Rubyforge Tracker
|
52
|
-
|
53
|
-
2. Drop me a mail at rup@otype.de
|
54
|
-
|
55
|
-
== Copyright
|
56
|
-
|
57
|
-
Copyright (c) 2009 Otype.de. See LICENSE for details.
|
data/TODO
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
= RUP TODO's
|
2
|
-
|
3
|
-
== Thu Oct 15 16:32:09 CEST 2009
|
4
|
-
- RUP doesn't accept if a trailing slash was not entered (e.g. on removal of a repository
|
5
|
-
from RUP)!
|
6
|
-
|
7
|
-
== Mon May 11 10:17:40 CEST 2009
|
8
|
-
- Make nicer output of 'rup -l'
|
9
|
-
- Create configuration menu for setting up SCM tool paths
|
10
|
-
(instead of getting paths from environment variable PATH)
|
11
|
-
- Add Rake task for installation
|
12
|
-
- Enable removal of RUP repositories via numbers (each reference receives a number)
|
13
|
-
-> no need to enter full repository path on removal
|