Skip to content

Commit

Permalink
Rename "Git Project" to "Project" b/c it now supports SVN
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiromu Hota committed Nov 1, 2017
1 parent ff046e5 commit 5a99e27
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,16 @@ See [here](https://tecadmin.net/install-subversion-1-9-on-ubuntu/) how to instal
The Git plugin is provided as a <i>perspective</i> (See [Using Perspectives](https://help.pentaho.com/Documentation/7.1/0L0/0Y0/020)).
**View > Perspectives > Git** takes you to the Git perspective.

## Git Repository
## Project

When you switch to the Git perspective, you will be asked to choose a Git repository out of a list to open.
To add a Git repository to the list, go to
When you switch to the Git perspective, you will be asked to choose a Project out of a list to open.
To add a Project to the list, go to
<img src="src/main/resources/org/pentaho/di/git/spoon/images/repository.png" width="16">
**Git Repository > Add**.

The information of repositories will be stored in `$HOME/.pentaho/metastore/pentaho/Git Repository/`.
**Project > Add**.

### Config

<img src="https://github.com/pentaho/pentaho-kettle/raw/7.1.0.0-R/ui/package-res/ui/images/context_menu.png" width="16"> **Config** allows you to configure the opened Git repository.
<img src="https://github.com/pentaho/pentaho-kettle/raw/7.1.0.0-R/ui/package-res/ui/images/context_menu.png" width="16"> **Config** allows you to configure the opened Project.
Currently, a remote repository named "origin" can be set.

## Commit history
Expand Down Expand Up @@ -259,4 +257,4 @@ You may need to include the directory that has the native SVN libraries like bel
```
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/jni
mvn clean package
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Dialog.Success=Success
Git.Checkout=Checkout
SVN.Checkout=Switch
Git.Config=Config
Git.Repository=Git Repository
Git.Repository=Project
Git.Directory=Directory
Git.Pull=Pull
SVN.Pull=Update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Dialog.Success=\u6210\u529F

Git.Checkout=\u30C1\u30A7\u30C3\u30AF\u30A2\u30A6\u30C8
Git.Config=\u8A2D\u5B9A
Git.Repository=Git\u30EC\u30DD\u30B8\u30C8\u30EA
Git.Repository=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8
Git.Directory=\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA
Git.Pull=\u30D7\u30EB
SVN.Pull=\u66F4\u65B0
Expand Down

0 comments on commit 5a99e27

Please sign in to comment.