Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » PSF Files, SVN changelist and multiple projects from multiple directories(How to create PSF files sot that they can be used with SVN changelists)
PSF Files, SVN changelist and multiple projects from multiple directories [message #1451788] Fri, 24 October 2014 09:34 Go to next message
neel roy is currently offline neel royFriend
Messages: 1
Registered: October 2014
Junior Member
Hi,

I have multiple projects in PSF files, for example:

svn://somerepository/rootdirectory/directory1/project1
svn://somerepository/rootdirectory/directory2/project2

When I import them in eclipse using psf file, I have following directory structure:

- some_directory_on_file_system
----- project1
----- project2

The intermediate directories, directory1 and directory2 in the example above are not created. Neither does "rootdirectory". the problem with that is if I change the one file from project1 and another file from project2, and add it to svn changelist, I cannot use that changelist to do anything because, if I for example use "svn diff" from some_directory_on_file_system directory svn complains that that is not part of checked out source. If I run "svn diff" from project1 directory, it only lists files that were changed in project1.

I am aware this question seems more and more about SVN but I wanted to know whether it's possible through psf specification to have import process create intermediate directories so that the structure looks like:

- some_directory_on_file_system
-------- rootdirectory
---------------- directory1
--------------------- project1
---------------- directory2
--------------------- project2

Thanks in advance,
-Neel.
Re: PSF Files, SVN changelist and multiple projects from multiple directories [message #1451887 is a reply to message #1451788] Fri, 24 October 2014 12:51 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
Neel,

I guess this was intended for a different forum not the EMF forum...

On 24/10/2014 2:45 PM, neel roy wrote:
> Hi,
>
> I have multiple projects in PSF files, for example:
>
> svn://somerepository/rootdirectory/directory1/project1
> svn://somerepository/rootdirectory/directory2/project2
>
> When I import them in eclipse using psf file, I have following
> directory structure:
>
> - some_directory_on_file_system
> ----- project1
> ----- project2
>
> The intermediate directories, directory1 and directory2 in the example
> above are not created. Neither does "rootdirectory". the problem with
> that is if I change the one file from project1 and another file from
> project2, and add it to svn changelist, I cannot use that changelist
> to do anything because, if I for example use "svn diff" from
> some_directory_on_file_system directory svn complains that that is not
> part of checked out source. If I run "svn diff" from project1
> directory, it only lists files that were changed in project1.
>
> I am aware this question seems more and more about SVN but I wanted to
> know whether it's possible through psf specification to have import
> process create intermediate directories so that the structure looks like:
>
> - some_directory_on_file_system
> -------- rootdirectory
> ---------------- directory1
> --------------------- project1
> ---------------- directory2
> --------------------- project2
>
> Thanks in advance,
> -Neel.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:[CDO] Hacking CDO to add an ability to search for commits affecting eObject or it's containments
Next Topic:How to change Code generation Template
Goto Forum:
  


Current Time: Sat Apr 27 01:49:41 GMT 2024

Powered by FUDForum. Page generated in 0.02783 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top