I've read quite a bit of the Red Bean Software SVN Book, and some of the questions here on SO, but I want to make sure I'm going about this in the right way the first time around step-by-step before I begin using it. Is this correct?
Install SVN.
Create SVN repository at /usr/local/svn. Directory structure looks like this:
-- conf
-- ...
I recently tried to setup git repo on a linux box and wasted about 10 hours with absolutely no results. There aren't any problems with compilation or anything like that, it's just configuration issue. 2 hours later I got mercurial to do everything i need:
public repos
web ui
push/pull with per-user permissions (not tied to linux accoun...
I want to work on some Android code together with others and need to set up repository to be used locally within the team. However, it seems like repo doesn't let me do that. And neither does cloning a git repository in the android repo like this:
$ git clone /var/android/.repo/projects/bionic.git/
I get the following error message:
...
I have two small git repos. The projects both started from different points but converged to a very similar one (same file names, folder structure, etc). One is not a branch of the other, but one can be considered an evolution of the other.
It would be nice if I could merge the two so that repo2 is the continuation of repo1. Is this ...
Hello,
I have installed repo and git on my PC. I am trying to get the latest Android source by using the following commands:
repo init -u git://android.git.kernel.org/platform/manifest.git
The command succeeds but I am not able to see .repo directory created.
repo sync
This command also succeeds and the program shows the details of obj...
I'm trying to make sync according http://source.android.com/download manual,
so everything is good, except syncing :)
repo sync
...
Fetching projects: 5% (8/143)
Initializing project platform/development ...
fatal: The remote end hung up unexpectedly
error: Cannot fetch platform/development
.. or
Fetching projects: 2% (3/143) fat...
When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error:
/c/Users/Andrew Rabon/bin/repo: line
23: exec: python: not found
I've downloaded repo and put it in ~/bin like it says, and I've installed Python. I wonder what the issue cou...
hi
i'm creating a report on local report
it contains 3 charts (pie,line and bar) and one table
the preview works ok
but when i take the report and run it from my aspx (VS2008) aplication
i get no data on any of the charts, but the table works fine.
for debugging i added 3 more tables to the report ,just to prove that the data reaaches t...
I work on a project using repo to control over a hundred git repositories and Hudson as continuous integration server. The file structure of the project is like:
./.repo
./a/.git
./b/.git
./b/c/.git
./b/c/d/.git
... more than a hundred gits
The whole project must be built together, in other words, each git repository cannot be built ...
i am a beginner to android development...
i was trying to get the sources for the 1.6 release... but the repo
sync operation keeps hanging...
i am pasting the last part of the message i get on the terminal here:
Fetching projects: 19% (32/164)
Initializing project platform/external/freetype ...
remote: Counting objects: 970, done.
remo...
Update: I think this is related to an issue with the windows git client msysgit. Sorry to trouble you guys. http://code.google.com/p/msysgit/issues/detail?id=379&colspec=ID%20Type%20Status%20Priority%20Component%20Owner%20Summary
I'm looking for a way to keep several client boxes in synch with a remote git repo. Forcing updates from...
When I wanted to get Android source code, I knew that I have to use "repo". So what is repo? Why do they use repo and not just use GIT?, and is there a GUI for repo that enables me to pause/resume syncing, because every time I get disconnected occasionally it seems that repo starts syncing from the beginning!
...
Hi,
I`m trying to set up ivy to get jars from the springsource repo.
So far I have for my ivy.xml:-
<dependencies>
<dependency org="org.springframework" name="org.springframework.core" rev="3.0.1.RELEASE"/>
<dependency org="org.springframework" name="org.springframework.aop" rev="3.0.1.RELEASE" />
<dependency org="com...
I need to generate a changelog of sorts between two Tags within a project controlled using git. Specifically the android source code. This list should include any files/directories/etc which have been edited, moved, renamed, deleted, created. Any help would be great. and if you have a way to do this over the entire android source at once...
I would like to be able to switch between various android releases (1.0, 1.5, 2.0, etc.) and then access them via the file system to copy all files for that version into a tarball. Currently I am just running repo init -u <source URL> -b release-1. to get each version (changing the tag for each version I need).
If this was a single git,...
hi
ive tried both of the following:
repo init -u git://android.git.kernel.org/platform/manifest.git -b android-2.1
repo init -u git://android.git.kernel.org/platform/manifest.git -b eclair
Both give the same:
Getting repo ...
from git://android.git.kernel.org/tools/repo.git
fatal: The remote end hung up unexpectedly
Any ideas ...
Hello there,
I am trying to set up a private repository of Android source code while hosting the git trees on github as private repos.
I have no problem changing the manifest.xml file to point to public git trees hosted on github in the same way that CynagonMod does, but when trying to point to private repos I get the following error w...
Following directions on Android's main website to pull down sources, I'm looking at this command to initialize repo for the cupcake branch:
repo init -u git://android.git.kernel.org/platform/manifest.git -b cupcake
How can I view all available branches besides cupcake, i.e eclair, donut, etc...?
...
Should I include 3rd party libs in my public repo, or just add them as a requirement in a readme?
...
Can anyone please mention how to resume the sync command?
I followed the following steps:
$ repo init -u git://git.omapzoom.org/platform/omapmanifest.git -b eclair
$ repo sync
The sync took more than 6 hours and I had to terminate the sync myself due to shortgae of bandwidth. Is there any way I can resume the sync from the previous ses...