The repository tag has no wiki summary.
2
votes
2answers
66 views
Why Ubuntu has a so large number of available packages if compared to other Linux distros? [closed]
According to the Wikipedia comparison tables, Ubuntu has ~47K available packages, while other major distros, under this particular aspect, have a smaller number.
I.E. openSUSE has ~40K, Debian ~37K, ...
1
vote
0answers
71 views
Repository to upgrade Sigil to latest version on (K)ubuntu [migrated]
I'd like to upgrade Sigil to the latest version (currently it is 0.7.2), and I'm looking for a repository that provides it.
The Sigil website lists some repositories for various Linux distros, but ...
1
vote
3answers
28 views
Provide debian package repository from Windows 7 machine
I have some scripts, bundled in a .deb-file. Those package will later be installed on x clients.
While I won't update those scripts manually on every client, I would like to provide the .deb-file on ...
0
votes
1answer
23 views
Moving a folder of version-in-name files into a proper git history
I have a folder containing many files of the form svs_a.png, svs_b.png, svs_xyz.png, svs_something.png, ... svs_final.png. These are all different versions of the same file named according to the bad ...
0
votes
2answers
32 views
yum: enable a disabled repository
I've found out I can use yum --enablerepo= to temporarily enable a disabled Yum repository, but I want to permanently enable a repository.
Is there a preferred Yum command to enable a disabled ...
0
votes
1answer
1k views
Update to gnome 3.6 from 3.4 in debian wheezy
So I have a gnome 3.4 with my debian wheezy distro.
How can I upgrade it to 3.6? I tried searching repos, but could not find anything. The only thing I found was for Ubuntu, and the solution 404'd on ...
0
votes
1answer
54 views
What user does SVN use to access files on Debian? (no repository found in …)
I am setting up SVN on my Debian server, trying to get it to run through svnserve and not through WebDAV/Apache.
As root ...
I set up the base directory:
mkdir /var/svn
I first create the ...
1
vote
1answer
89 views
Gist vs repository on GitHub [closed]
Say you have a couple of projects that you want to host on GitHub, and they're all pretty small (i.e. each one is a single bash script with less than 100 lines).
Even though they're relatively small, ...
1
vote
0answers
39 views
Repository of Previous Versions of Chrome Extensions
You can find previous versions of lots of popular software at file depots, of particular note FileHippo. What about Chrome extensions?
Unfortunately, despite Google’s boasting claim of trying to ...
-4
votes
1answer
39 views
how to delete a repository? [closed]
When I am completely finished with a project, how do I delete the repository? I would like to keep my working copy as it is on my machine. But I no longer need it to be versioned and don't need the ...
2
votes
1answer
195 views
Create initial repository structure? (trunk/branches/tags)
I have my repository in
/var/local/svn/my_repository
It is owned by
www-data:www-data
Now I want to create the initial repository structure, currently I am using
sudo svn mkdir ...
3
votes
2answers
132 views
gitolite on an Ubuntu Server. {Broken install | Needs Fixing}
I recently had a friend install gitolite on my Ubuntu server, however when he did so, he setup the git user in the default /home/git, instead of where I would like... /var/git/. Several minutes ago I ...
1
vote
1answer
130 views
Open source repository
I am looking for an open source repository which has a collection of direct links to all the important open source packages that one can download. Do you know if there is any?
If the question is not ...
0
votes
1answer
148 views
yum install failing with strange output
I am using below command to install gcc on my laptop running fedora 17.
yum install gcc
But I am getting strange output.
Loaded plugins: langpacks, presto, refresh-packagekit
Resolving ...
0
votes
1answer
110 views
How to create .repo file?
I am trying to create my RPM repository, besides the posts on SuperUser I have followed the usage document of createRepo, which was pretty straight forward.
Although, regarding the .repo file I ...
0
votes
2answers
156 views
Installing php on Ubuntu 8.10; package not found?
I'm new to linux. For some work I need to install php but not necessarily apache as I'm using my own webserver.
I'm using Ubuntu 8.10. But when I try to install php I get the following error.
...
1
vote
1answer
175 views
Missing txn-current file in TortoiseSVN
My TortoiseSVN project was working fine until yesterday. But today when I tried to commit it, got below error message. I am pretty sure I haven't deleted that file myself. Any ideas to recover it / ...
2
votes
3answers
492 views
0
votes
0answers
41 views
Remote Subversion Repository Browsing in Emacs
Does Emacs have a package for remote browsing a subversion repo similar to what kdesvn does? If not TRAMP seems like the likely place to put such functionality
0
votes
0answers
67 views
How to create Local Repositories in RHEL
I need to create a local repository in RHEl 5.5 i386.
When I type some command in terminal it say that RHEL is not subscribed with RHN which is true because I took it from a friend.
So can someone ...
2
votes
0answers
100 views
How to remotely clone Git repository on Windows Storage Server 2008?
I have a Western Digital Sentinel at home running Windows Storage Server 2008 R2 Essentials. I have several Git repositories on it for my own personal projects, and have no problems pushing and ...
2
votes
1answer
50 views
Yum: What defines the repo a package gets pulled from if the same package is contained in multiple repos?
On any given box that has subscriptions to multiple repos
yum list available --showduplicates foo
gives me:
foo.x86_64 0.0.1-1 dev-repo
foo.x86_64 0.0.1-1 test-repo
What is the logic ...
0
votes
1answer
306 views
Installing Java from PPA in Ubuntu 12.04
I am trying to install Java on Ubuntu 12.04 but facing some problems doing it from the command line.
When I tried to add the repository using this command, I get errors:
$ sudo apt-add-repository ...
0
votes
1answer
200 views
host own pacman repo with apache web server
I want to host my own ArchLinux pacman repository for my own packages. I already found out, I can simply create a repo by just using repo-add and if I upload the generated foo.db.tar.gz and its ...
0
votes
1answer
46 views
Why does SOS update a file to a previous revision?
This question is about the SOS version control system:
I have a file that always updates back to revision 1. For instance, to check out the latest revision I have to specifically ask for that ...
0
votes
0answers
55 views
Xcode 4.3 git commit with organizer: strange error
I always commit with organizer to backup my work and that worked well. But juste from yesterday I can't do that! When I commit, il tellls me "All 8595 files will be committed", but I've never changed ...
1
vote
2answers
77 views
VPS Git vs custom git service [closed]
Is there any reason I should pay for a custom git service like unfuddled or bitbucket, something to that extent? I have a vps I'm paying $5 a month for 50 gb of storage space, and it just doesn't seem ...
2
votes
2answers
82 views
git setup for local development
I had went through few Git Tutorial and Essential Training, I had basic knowledge for GIT.
What I had learn from the tutorial, they teach me how to init git repository / github (as remote).
I got a ...
0
votes
1answer
88 views
How do you use a VCS (preferably git) to synchronize local directories?
I'd like to have a simple, script-like backup solution to synchronize 2 local directories which provides a "fail-safe"-mechanism allowing to undo 1 commited unwanted modification of a file that got ...
0
votes
2answers
327 views
Fedora Repository for older Linux Kernel versions
I'm using VMware Workstation 8 on Fedora. After every Kernel update, VMware can't rebuild its modules, so a patch is necessary. However, the last patch causes VMware to panic when a virtual machine is ...
1
vote
0answers
16 views
Searching for packages that are (not) from a certain repository URL
I basically want to do the same thing, as asked for here, which is searching for packages that a re not from a certain repository. Just like this:
aptitude search "?installed?not(?origin(Debian))"
...
3
votes
0answers
433 views
Connect Dreamweaver with bitbucket
How can I connect bitbucket reposiory with Dreamweaver SVN?
I am getting below error while I am trying to test my connection.
Note: bitbucket can be accessed via SVN.
1
vote
1answer
53 views
Where are Debian packages hosted?
I want to install a package (libappindicator3-dev) but it's not showing up for me when I try install it -- I'm using the sid/testing repository, so it should be there:
...
1
vote
0answers
370 views
Chromium repository for Debian
I am in need of a Debian repository that serves more up-to-date versions of Chromium than the official Debian ones (last time I checked testing and unstable only had Chromium 21). Or not even that, ...
3
votes
1answer
348 views
How to setup GIT repo on server with need for working dir (non- bare)
I want to have configurate a GIT repo for a website.
Multiple users will have a clone of the repo on their local machine and on the end of each day they push their work to the server. I can setup a ...
3
votes
1answer
560 views
How do I setup Sourcetree without Kiln having to enter a username and password every time I push/pull?
I have a Kiln account that I use to manage my repository. However, I've noticed that everytime SourceTree accesses my Kiln account I have to enter in my username and password at least 3-4 times. ...
0
votes
0answers
21 views
Loading a project from a repository
I am quite new to working with repositories, so I would like to know how I can import a project from this repository into Eclipse. Specifically, I would like to test out the ArchetypeValidator ...
1
vote
1answer
131 views
Number of packages per repository (major distributions)
Is there a website where i can find how many packages the major distributions have?
-1
votes
3answers
325 views
debian repositories are too old
Are there alternate repositories for debian than:
deb http://http.us.debian.org/debian stable main contrib non-free
Because stuff placed in there is really old. What can I do? Can I use arch's AUR ...
1
vote
0answers
85 views
Give part of LDAP tree access to SVN repository
This is a relatively simple question. The company I work for has an SVN server with multiple repositories. Everyone has access to this one repository in particular; it contains employee contact ...
0
votes
1answer
135 views
GitX: reset master to here
I'm using GitX to work with a Git repository for a project. Somehow, things got out of sync and although I can pull the latest changes, I can't commit anything because it thinks there is an unresolved ...
0
votes
1answer
501 views
Can't install python-setuptools with yum on Ubuntu. Missing repolist
I can't install python-setuptool with yum on Ubuntu using the following command:
sudo yum install python-setuptools
I get this message
Setting up Install Process
No package python-setuptool ...
1
vote
1answer
648 views
how to repo sync by date?
Can I use repo to sync by date? (possible in git)
For example, I want to download the source as of March 1 at 3pm. I need a way to grab a specific base of CyanogenMod9 source. It would be nice to use ...
0
votes
1answer
93 views
how to export with repo command?
What's the repo equivalent of git archive and svn export? I'm working with the Android source.
3
votes
3answers
464 views
How to find out which versions of a package can I install on APT
Using APT, you can install a specific version of a package using:
apt-get install package=1.0
But you can't do
apt-get install package=1.*
So, how can I find out which versions are avaliable for ...
2
votes
3answers
2k views
How can I download ubuntu packages in windows to install them on an offline ubuntu machine?
How can I download ubuntu packages from online repos thhrough windows to install them later on an offline ubuntu machine?
this is related to this question:
Ubuntu repository download iso
if there ...
1
vote
1answer
249 views
adding repo to yum
I need to install mongodb server on my linux. To install via yum command I need to add it to my repo. Can someone guide me how to add something in my repo?
...
1
vote
2answers
105 views
Saving Git remotes inside the Git repository itself?
I have a few projects under version control using Git.
Since it is a distributed version control system, it is very easy to have it hosted at multiple places (GitHub, Bitbucket, Google Code, etc.) ...
0
votes
0answers
329 views
Could not resolve 'security.ubuntu.com' | Could not resolve 'old-releases.ubuntu.com'
I am using ubuntu karmic koala. When I first logged in the sources.list file had an outdated list of repositories and so packages couldnot be reached. So I updated the sources.list to
deb ...
7
votes
1answer
5k views
Is there way to list all existing repositories using git?
In order to clone a git repository one must have the name of the repository. When working with many repositories it can be hard to remember all the different names, so now I'm wondering if there is ...

