Software :: Subversion: How To Checkin Executables
Jun 22, 2010
I have C/C++ source codes and the corresponding binaries in proj/src and proj/bin.I have `import`ed both directories into my svn project and then `checkout`ed both. Later I made changes to the source code and hence new executables, but I'm not able to `checkin` the executables back to the svn project.`svn status` ignores the executables in the proj/bin directory. What should I do to `checkin` executables?
View 1 Replies
ADVERTISEMENT
Jun 22, 2010
(cross-posted in LQ>Forums>Linux>Software)I have Subversion 1.6.6 on Linux.I have C/C++ source codes and the corresponding binaries in proj/src and proj/bin.I have `import`ed both directories into my svn project and then `checkout`ed both. Later I made changes to the source code and hence new executables, but I'm not able to `checkin` the executables back to the svn project.`svn status` ignores the executables in the proj/bin directory. What should I do to `checkin` executables?
View 3 Replies
View Related
Jul 25, 2011
I started using lubuntu and I gotta tell ya, this is running smoking hot on my system. Though, I was curious, what are the limits of this thing? Do any of yall use it? Noticing that Libreoffice isn't initially installed. Can it run that ok?
View 9 Replies
View Related
Feb 22, 2010
run 64-bit executables on a 32-bit?If yes, how?
OS: 32-bit Red Hat Enterprise Linux Client release 5.4 (Tikanga)
View 3 Replies
View Related
Jul 28, 2010
When I mistype a name of an executable program in terminal, ubuntu tries to search for similar programs in packages and then suggests names. This takes time, slowing down work and entirely useless for me. How to turn this feature off?
I personally can't even find a reason for implementing this feature and rather making it turned on by default. If someone needs a tool, he/she can search through packages.
View 2 Replies
View Related
Jul 12, 2011
i am trying to run an executable file called "q" with ./q but it says
@ubuntu:~/q/l32$ ./q
bash: ./q: No such file or directory what am i doing wrong?
View 9 Replies
View Related
May 13, 2009
I have a 'bin' directory in my home that contains executables. For example: scandirs.sh.It's in my PATH, so I can just type 'scan{tab}{tab} to run it. But 'which scandirs.sh' returns nothing.
View 8 Replies
View Related
Nov 2, 2010
I would like to implement some code for R and I want to use subversion (as this is used by my company). I need to know how to use gui for svn.
View 1 Replies
View Related
Jul 16, 2011
How to install using yum? Because when I tried this: yum install gcc gmake make libcpp libgcc libstdc++ gcc4 gcc4-c++ gcc4-gfortran subversion ruby ncurses-devel -y Subversion did not install, I tried this:
[Code]...
View 1 Replies
View Related
Apr 7, 2010
I'd like to be able to clone a tagged module, but have not succeeded with this attempt:
Code:
Does anyone know if it is possible to clone/copy tags like this at all? Or must I find another way of doing this?
View 1 Replies
View Related
Jan 6, 2010
I am trying to compile wine from source.
When I run:
Code:
I get this output:
Code:
I need gcc and g++ installed; I installed both of these through yum.
I have looked through config.log, however I do not know what to look for in there for something that might be the problem.
View 3 Replies
View Related
Jun 10, 2010
I have been trying to get Wine to work in Fedora and have had nothing but problems. First of all, I can't open executables in the GUI. If I try, I get a message that says, "The program start.exe has encountered a serious problem and needs to close."
I can open .exe's in the terminal, but when I tried to install iTunes it wasn't able to complete the installation. I got an error message from SELinux that said something about a memory error, and then it asked me if I wanted to turn off some sort of memory management setting. I said yes and it asked me for my password, which I gave, and then it said "unable to grant access". It no longer gives me this error message (that's why I can't recall what it said verbatim), and instead just hangs at the point where I got the error message before. I've tried using Wine in Ubuntu before and could never get anything working in a half-decent way, so this isn't a big surprise.
View 6 Replies
View Related
Jun 12, 2010
I'm wondering why in order to run executables after compilation i have to type >"./executableName" I want it to type it just like >"executableName" (with no "./")
I don't know if this matters but I'm using tcsh for my shell...
View 2 Replies
View Related
Feb 23, 2011
I just installed the xubuntu-desktop package on my netbook (running UNR), and I've got one major complaint about xfce.
I can't right-click on icons in the Applications menu and add them to the launcher!Instead I have to know the location of the executable for the application, so that I can right-click the panel, add a launcher, and then type the location of the executable in and manually select an icon for it...Of course it probably wouldn't be a pain if I could find everything. In Windows, if I want to know the location of a program that's running, I just open Task Manager, right-click the application, and select Properties.
Is there some equivalent or command-line way of finding the location of a running application in Linux?
A few I'd like to know the location of are:
1) Gnome System Monitor
2) Terminal
3) Swiftfox
... and I'll probably think of others.
Even though I'm using XFCE, I figured this fell under the "all variants" category since my main question is just how to find the locations of executables...
View 7 Replies
View Related
Jun 26, 2011
I'm trying to run flasm from the terminal prompt but I don't really know what I'm doing.
It may be an incompatible program for all I know but as I don't know how to run any .exe from the Terminal I have no way of knowing.
I've tried entering the directory, as in:
Code:
But it say's the directory doesn't exist. But it does...
Code:
View 5 Replies
View Related
Jun 19, 2011
I want to install an executeable and I am not sure how to do this. My intuition was to copy the executeable in the /usr/bin folder, but when I call it now, it says permission denied (and obviously I don't want to call the program with sudo every time).
View 3 Replies
View Related
Jan 18, 2010
I want to launch other executable from my cpp code. I am aware that system() call may do this , But, problem is that , I want my cpp code to capture the standard hat "called" program is writing to stdout.
View 2 Replies
View Related
Apr 14, 2010
I was trying to compile xbmc today, and got the error about the c compiler not being able to create executables. I did a search on the forum, and found something from 2004.None of the suggestions there worked for me. I can compile libraries, because I did a few for dependencies. The last thing I compiled with an executable was BloodFrontier, and it works perfectly.
View 14 Replies
View Related
Jan 7, 2011
earlier this morning, i compiled Qtcurve with no issues. but now, when i try to compile Avant Window Navigator, i get a strange error. everything begins to compile, it checks dependencies, begins compiling, and then i get this error:
Code:
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
[code]...
View 3 Replies
View Related
Jun 26, 2011
I use subversion to check out some small projects and small games from time to time. Sometimes I see the 'U' which means upgrading coming in different places or even coming twice 'UU' . Now I always wondered if there is some specific reason why it comes out that. Here's an example of the check-out done from a game called dawn-rpg. As the name suggests its a role-playing game . dawn-rpg.sourceforge.net Anyway here's the checkout :-
[Code]...
Now see that all the deviations of U from third line as to how they appear ? Put simply 'A' is for addition of new files and 'U' is for upgrading/new version of somefile but do not undertand why it behaves/d that way. I have seen this in some others svn also.
View 1 Replies
View Related
May 23, 2010
I am accessing my subversion repository from svn+ssh:// I set up a new group called for the repository, and then I added two users to this group, harry and sally. Here is the problem. harry logs in and commits a file After commit a ton of the files have been saved by harry, and have the new owner and group:
group: harry
owner: harry
sally no longer has access to the repository! Is there any way to prevent the group from changing when harry commits a file? I tried just writing a file with VIM after logging in via ssh with one of the users, and this does NOT change the group. subversion is doing something special that changes the permissions.
View 1 Replies
View Related
Sep 7, 2009
I'm running Fedora 10 with apache and I installed mod_dav_svn so that I could set up a secured remote code repository. It appeared to be working ok until I turned on SSL and basic Authentication.I even verified in my subversion.conf httpd configuration file that it is pointing to the correct password file. When I attempt to access it from my web browser, it prompts me for a user name and password, but it will not let me log in. I tried to disable SSL thinking that that might have been the problem, but I get the same results either way. Can anyone please help me resolve this problem?
View 4 Replies
View Related
Jun 15, 2010
I have my subversion setup over apache already, so that isn't my question. My question is in regards to the appearance of my repo over the http(s) protocol.
View 2 Replies
View Related
Mar 22, 2011
I'm on their site, looking for the subversion server 1.6 download, and all I see is the client.
View 5 Replies
View Related
Mar 30, 2009
I'm trying to compile and install Subversion 1.5.6 on Centos 5.2.
I did:
And it seems to all go well, but when I run "svn" or "svnadmin" I get the error:
svn: error while loading shared libraries: libsvn_fs_base-1.so.0: cannot open shared object file: No such file or directory
I can't locate this file on my system, and I'm wondering where I can find this.
View 5 Replies
View Related
Apr 16, 2009
I am working on a custom hand-held device which runs a variant of Ubuntu Linux, 2.6.18. I have a set of 4 binary files (for oprofile) which have been known to run in this environment, but when I copy them to /usr/bin, I can't run them: I get this message;root@ldogberry:/usr/bin# ./ophelp-sh: ./ophelp: not foundThis happens when I specify the full path, when I run from the /usr/bin directory -- it happens no matter what. Bash even does command-line completion on the file -- and then turns around and instantly claims the file is not found.
View 7 Replies
View Related
May 10, 2011
After getting 11.4 up and running, I wanted to install some of the programmes I use.when ever I click on the executable file it tries to down load the thunderball game, and when i try Code:./setup it denies permission even as su.this happens on two different applications i am trying to install. (only two i have tried)
View 1 Replies
View Related
Jul 29, 2011
Have installed Wine - version 1.2.3-Oubuntu1-ppa2-maverick1(wine1.2) from the Ubuntu softwear center . Downloaded windows executable PAF5EnglishSetup.exe which is a Genealogy softwear program from a trusted source (familysearch.org) .
However , when i attempt to open with Wine Windows Program Loader i get the pop up window saying the file is not marked as executable then reference to "executable bit" . I then see the following:
"You should only mark a file as executable via the file permissions if you know what you are doing." I do not know what i am doing . Therefore , reluctant to go messing with something i am not familiar with but i really need this softwear installed .
View 5 Replies
View Related
Jul 29, 2010
Just trying to set up a new backup using tar, but there are a few things I dont want to include. Using --exclude I can exclude sub-directories, but how do I exclude specific files in a subdirectory that are (for instance) executables or have a specific extension?
View 5 Replies
View Related
Nov 24, 2010
How do I find paths on ubuntu. I have installed redcar(ide written in ruby similar to textmate) and rvm for ruby. However I cannot locate where the executables are to update my .bashrc.
View 2 Replies
View Related