accessing svn on ubuntu from windows 7 PCS [closed] - windows

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I have a svn installation and its repository on ubuntu system/server but our client PCS have windows 7. Can anyone provide me the good way to access svn on ubuntu from windows 7 PCS.
Thanks....

The OS or architecture of the client and server are irrelevant. There are a few options for you, the best and most common would be serve the repositories through apache on your ubuntu box.
The ubuntu docs on the subject are good

You can set up SVN with Apache2:
https://help.ubuntu.com/community/Subversion#Access_via_WebDAV_protocol_.28http%3a.2BAC8ALw.29
But, when using different operating systems, take care about the codification of text files when commit. Ubuntu uses UTF-8.

Related

How to download BASH on Windows 8.1 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
Currently, I am learning to use "BASH" and I don't know how to download it on my pc.
So it would be appreciated if someone lets me know how to download it on WINDOWS 8.1.
You have basically two choices.
Install Git for Windows. Git comes with its own bash.
Install the Windows Ubuntu sub system.
I prefer the Git bash approach because this also knows other Windows installed applications. The Ubuntu sub system acts more separated.
Have fun.

transferring files from vmware ubuntu to windows ubuntu [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I just downloaded Ubuntu for Windows and want to start programming in this environment. Unfortunately, all the files and packages needed are on my VMWare Ubuntu. I found instructions to save all my configs and packages to move to another machine, but how do I move that folder to my Ubuntu on Windows?
You could enable folder sharing. The guide https://www.vmware.com/support/ws3/doc/ws32_running9.html is old (sorry I clicked on the first google hit) so search for a newer one. Also if your "Ubuntus" are running in GUI folder you could just send them to the cloud and pull it back down from the other machine.

How do you install a mac of any kind (dual boot, vm, etc) on a windows 10 computer? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I am trying to create apps, but obviously you can't on windows. I have searched on youtube so many times and I just need a solution. I tried Yosimite on VMware and it told me the virtual CPU would not work. (Also I have access to a mac if needed for install procedure). Thank you!
You can't without running into illegal content like Hackintosh
Please note that Apple allows the use of Mac OS X only on its own devices

Bash on Windows 10 is not working [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I am planning to compile and run code in a linux environment. Before moving to a linux environment I want to try it out, virtual box and dual boot will take my memory. So, after updating my windows 10 anniversary updates, I was able to install bash (ubuntu) natively to my windows 10 through windows features. After installing bash when I try to run bash it's popping and closing a windows immediately. how can I solve this. I tried this with two pc, no luck. How can I solve this issue. Which registry file should I change ?
Turn your windows to developer mode, go to settings -> search for developer, then change to developer mode. Restart your pc. It should work now

Remote access to windows 7 command prompt [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I would like to gain access to a remote windows machine's command prompt from my mac, and in specific from the mac's terminal, the windows machine does not have remote desktop connection at as it is a Windows 7 Home Premium edition. Is there anything that allow me to do this? I am looking for something that is reasonably command-line driven.
I can install software onto the remote machine, to act as an interface, and I have done so with applications like Logmein, but this is quite graphical and I was looking for something that is command-line focused.
Thanks in advance
Install OpenSSHD for Windows - this will allow remote "console" sessions.
If you looking for something very "unix-like" then you can install cygwin.
http://www.worldgoneweb.com/2011/installing-openssh-on-windows-7/

Resources