()
| 646 | } |
| 647 | |
| 648 | func (r *Repository) LocalCopyPath() string { |
| 649 | return filepath.Join(conf.Server.AppDataPath, "tmp", "local-r", com.ToStr(r.ID)) |
| 650 | } |
| 651 | |
| 652 | // UpdateLocalCopy fetches latest changes of given branch from repoPath to localPath. |
| 653 | // It creates a new clone if local copy does not exist, but does not checks out to a |
no outgoing calls
no test coverage detected