59
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- add --project PROJECTNAME to doc - inverse layout is incompleted so far. More... over 16 years ago
- add branch_path() in Project.pm - return the branch path by the given branch_name - including local branches - implement inverse layout project detection - see also prop-setup-inverse-layout.t More... over 16 years ago
revert 2796. More... over 16 years ago
simple cases for br online and offline. More... over 16 years ago
- 8 tests, not 10 More... over 16 years ago
- tests for --online/--offline More... over 16 years ago
minor cleanups for br subcmds. More... over 16 years ago
- project properties setting for inverse layout More... over 16 years ago
Another checkout of svk More... over 16 years ago
- the first expected output is wrong More... over 16 years ago
- support --project <pname> now - pname must match the project properties e.g. svk:project:myProject:path-trunk <=> myProject - sort options - shorthand --co for --checkout - demo usage ==> checkout trunk of project 'projA' to /tmp/foo % svk br --co trunk --project projA /tmp/foo # checkout branch 'foobar' of project 'projA' to /tmp/bar % svk br --co foobar --project projA ~/temp/bar More... over 16 years ago
- % svk br --checkout BRANCH [path_to_the_checkout] - doc it - TODO: 1. svk br --checkout .... --project [pname in property] 2. svk br --checkout .... //mirror/project More... over 16 years ago
- get the realy preceding path of the mirror More... over 16 years ago
- and '' for newly add prompt More... over 16 years ago
- prompt to ask project_name More... over 16 years ago
- fix project properties writing problem More... over 16 years ago
- add --setup in doc More... over 16 years ago
- ':' removed More... over 16 years ago
* minor rephrase on br --push More... over 16 years ago
- support svk br --create branch1 //mirror/projectX - shoule we hint user to specify a project when he use % svk br --create branch1 without a checkout? currently it will die in XD.pm More... over 16 years ago
- fix svn+ssh://[email protected]/ uri escape error - current tests only test uri_escape, none for uri_unescape More... over 16 years ago
- fix noise when % svk br --delete 'only_one_nonexistent_branch' More... over 16 years ago
- fix buggy noise of 'svk br foo', where foo is not project-ed More... over 16 years ago
- fix problems addressed in jesse's mail => "br explodey" - add depotpath_in_branch_or_tag() in Project.pm - to get depotpath of a given branch or tag, or undef if none found. More... over 16 years ago
(empty commit message) More... over 16 years ago
* Added --del, --delete, --rm synonyms for br --remove More... over 16 years ago
- implement br --setup - add $fromProp, to indicate if the project is loaded from properties More... over 16 years ago
- more TODOs More... over 16 years ago
- for a property set-ed project, should info it and return More... over 16 years ago
- refine test More... over 16 years ago