helwardany / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

The .psproj cannot be put under version control #557

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a project with some files
2. Put the whole folder under some versiong control
3. Clone the repository on other machine
4. The .psproj does not work

What is the expected output? What do you see instead?
This problem is caused because the files listed on the .psproj are stored with 
full path. This problem can be resolved using  relative path from the .psproj 
(I did it manually and worked).

What version of the product are you using? On what operating system?
PyScripter 2.4.1.0 (from portable python)
I use it on a pendrive and on my pc at home and sync my projects with mercurial.

Please provide any additional information below.

Original issue reported on code.google.com by rod...@gmail.com on 30 Aug 2011 at 6:48

GoogleCodeExporter commented 9 years ago
There is an option on the pop-up menu of the Project explorer "Store relative 
paths".  If you check this option the relatives paths will be stored and you 
can version control your project.

Original comment by pyscripter on 2 Sep 2011 at 9:30